#CAC304

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

Shades of La Rioja #CAC304

Tints of La Rioja #CAC304

Color information

#CAC304 (or 0xCAC304) is unknown color: approx La Rioja. HEX triplet: CA, C3 and 04. RGB value is (202,195,4). Sum of RGB (Red+Green+Blue) = 202+195+4=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 4 (1.95% from 255 or 1.00% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC304 is #353CFB. Grayscale: #B0B0B0. Windows color (decimal): -3489020 or 312266. OLE color: 312266.

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

Color convert

RGB2021954-
CMYK00.030.980.21
HSL57.88º96.12%40.39%-
HSV(B)57.88º98.02%79.22%-
XYZ43.8951.67.76-
YUV175.3231.32147.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.37%
GREEN value IS 195 (76.56% from 255) = 48.63%
BLUE value IS 4 (1.95% from 255) = 1.00%
R=50.37%
G=48.63%
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
Decimal202195400.030.980.2157.8896.1240.39
HexCAC340362153a6028
Octal312303403142257214050
Binary11001010110000111000111100010101011110101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC304; }

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

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

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

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

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

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

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

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