#CAC600

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

Shades of La Rioja #CAC600

Tints of La Rioja #CAC600

Color information

#CAC600 (or 0xCAC600) is unknown color: approx La Rioja. HEX triplet: CA, C6 and 00. RGB value is (202,198,0). Sum of RGB (Red+Green+Blue) = 202+198+0=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC600 is #3539FF. Grayscale: #B1B1B1. Windows color (decimal): -3488256 or 50890. OLE color: 50890.

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

Color convert

RGB2021980-
CMYK00.0210.21
HSL58.81º100%39.61%-
HSV(B)58.81º100%79.22%-
XYZ44.5552.947.87-
YUV176.6228.33146.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.5%
GREEN value IS 198 (77.73% from 255) = 49.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.5%
G=49.5%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202198000.0210.2158.8110039.61
HexCAC600264153b6428
Octal312306002144257314450
Binary110010101100011000101100100101011110111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC600; }

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

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

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

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

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

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

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

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