#cad406

Color #CAD406 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #CAD406

Tints of La Rioja #CAD406

Color information

#CAD406 (or 0xCAD406) is unknown color: approx La Rioja. HEX triplet: CA, D4 and 06. RGB value is (202,212,6). Sum of RGB (Red+Green+Blue) = 202+212+6=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 212 (83.20% from 255 or 50.48% from 420); Blue value is 6 (2.73% from 255 or 1.43% from 420); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD406 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD406 is #352BF9. Grayscale: #BABABA. Windows color (decimal): -3484666 or 447690. OLE color: 447690.

HSL color Cylindrical-coordinate representation of color #CAD406: hue angle of 62.91º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CAD406 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB2022126-
CMYK0.0500.970.17
HSL62.91º94.5%42.75%-
HSV(B)62.91º97.17%83.14%-
XYZ47.9359.669.16-
YUV185.5326.69139.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 212 (83.20% from 255) = 50.48%
BLUE value IS 6 (2.73% from 255) = 1.43%
R=48.10%
G=50.48%
B=1.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal20221260.0500.970.1762.9194.542.75
HexCAD465061113f5e2b
Octal312324650141217713653
Binary110010101101010011010101100001100011111111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cad406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cad406; }

 p { color: rgb(202,212,6); }

 H1.HeaderClassName
 {
   color: #cad406;
 }
 .AnyTagClassName
 {
   color: #cad406;
 }
</style>
background-color css

<style>
 a { background-color: #cad406; }

 a { background-color: rgb(202,212,6); }

 div.DivClassName
 {
   background-color: #cad406;
 }
 .BgClassName
 {
   background-color: #cad406;
 }
</style>
border-color css

<style>
 span { border-color: #cad406; }

 span { border-color: rgb(202,212,6); }

 td.TdClassName
 {
   border-color: #cad406;
 }
 .TagClassName
 {
   border-color: #cad406;
 }
</style>