#CAC402

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

Shades of La Rioja #CAC402

Tints of La Rioja #CAC402

Color information

#CAC402 (or 0xCAC402) is unknown color: approx La Rioja. HEX triplet: CA, C4 and 02. RGB value is (202,196,2). Sum of RGB (Red+Green+Blue) = 202+196+2=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC402 is #353BFD. Grayscale: #B0B0B0. Windows color (decimal): -3488766 or 181450. OLE color: 181450.

HSL color Cylindrical-coordinate representation of color #CAC402: hue angle of 58.2º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAC402 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB2021962-
CMYK00.030.990.21
HSL58.2º98.04%40%-
HSV(B)58.2º99.01%79.22%-
XYZ44.1152.047.78-
YUV175.6829.99146.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.5%
GREEN value IS 196 (76.95% from 255) = 49%
BLUE value IS 2 (1.17% from 255) = 0.5%
R=50.5%
G=49%
B=0.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202196200.030.990.2158.298.0440
HexCAC420363153a6228
Octal312304203143257214250
Binary1100101011000100100111100011101011110101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC402; }

 p { color: rgb(202,196,2); }

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

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

 a { background-color: rgb(202,196,2); }

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

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

 span { border-color: rgb(202,196,2); }

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