#CAC900

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

Shades of La Rioja #CAC900

Tints of La Rioja #CAC900

Color information

#CAC900 (or 0xCAC900) is unknown color: approx La Rioja. HEX triplet: CA, C9 and 00. RGB value is (202,201,0). Sum of RGB (Red+Green+Blue) = 202+201+0=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC900 is #3536FF. Grayscale: #B3B3B3. Windows color (decimal): -3487488 or 51658. OLE color: 51658.

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

Color convert

RGB2022010-
CMYK00.0010.21
HSL59.7º100%39.61%-
HSV(B)59.7º100%79.22%-
XYZ45.2454.338.1-
YUV178.3827.33144.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.12%
GREEN value IS 201 (78.91% from 255) = 49.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.12%
G=49.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202201000.0010.2159.710039.61
HexCAC900064153c6428
Octal312311000144257414450
Binary11001010110010010001100100101011111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC900; }

 p { color: rgb(202,201,0); }

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

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

 a { background-color: rgb(202,201,0); }

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

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

 span { border-color: rgb(202,201,0); }

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