#CAC404

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

Shades of La Rioja #CAC404

Tints of La Rioja #CAC404

Color information

#CAC404 (or 0xCAC404) is unknown color: approx La Rioja. HEX triplet: CA, C4 and 04. RGB value is (202,196,4). Sum of RGB (Red+Green+Blue) = 202+196+4=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 4 (1.95% from 255 or 1.00% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC404 is #353BFB. Grayscale: #B0B0B0. Windows color (decimal): -3488764 or 312522. OLE color: 312522.

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

Color convert

RGB2021964-
CMYK00.030.980.21
HSL58.18º96.12%40.39%-
HSV(B)58.18º98.02%79.22%-
XYZ44.1252.057.84-
YUV175.9130.99146.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 196 (76.95% from 255) = 48.76%
BLUE value IS 4 (1.95% from 255) = 1.00%
R=50.25%
G=48.76%
B=1.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202196400.030.980.2158.1896.1240.39
HexCAC440362153a6028
Octal312304403142257214050
Binary11001010110001001000111100010101011110101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC404; }

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

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

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

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

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

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

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

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