#CAC800

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

Shades of La Rioja #CAC800

Tints of La Rioja #CAC800

Color information

#CAC800 (or 0xCAC800) is unknown color: approx La Rioja. HEX triplet: CA, C8 and 00. RGB value is (202,200,0). Sum of RGB (Red+Green+Blue) = 202+200+0=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC800 is #3537FF. Grayscale: #B2B2B2. Windows color (decimal): -3487744 or 51402. OLE color: 51402.

HSL color Cylindrical-coordinate representation of color #CAC800: hue angle of 59.41º 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 #CAC800 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB2022000-
CMYK00.0110.21
HSL59.41º100%39.61%-
HSV(B)59.41º100%79.22%-
XYZ45.0153.878.02-
YUV177.827.66145.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 200 (78.52% from 255) = 49.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.25%
G=49.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202200000.0110.2159.4110039.61
HexCAC800164153b6428
Octal312310001144257314450
Binary11001010110010000011100100101011110111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC800; }

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

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

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

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

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

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

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

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