Html Css Color HEX #CAC604 La Rioja

📋 copy color: '#CAC604'

red 202 ◦ green 198 ◦ blue 4

#CAC604
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #CAC604

Tints of La Rioja #CAC604

RGB

 RED value IS 202 (79.3% from 255) = 50%

 GREEN value IS 198 (77.73% from 255) = 49.01%

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 50%
G = 49.01%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CAC604 (or 0xCAC604) is known color: La Rioja. HEX triplet: CA, C6 and 04. RGB value is (202,198,4). Sum of RGB (Red+Green+Blue) = 202+198+4=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 4 (1.95% from 255 or 0.99% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC604 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC604 is #3539FB. Grayscale: #B1B1B1. Windows color (decimal): -3488252 or 313034. OLE color: 313034.

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

Color convert

RGB 202 198 4 -
CMYK 0 0.02 0.98 0.21
HSL 58.79º 0.96% 0.4% -
HSV(B) 58.79º 0.98% 0.79% -
XYZ 44.57 52.95 7.99 -
YUV 177.08 30.33 145.77 -
System Red Green Blue C M Y K H S L
Decimal 202 198 4 0 0.02 0.98 0.21 58.79 0.96 0.4
Hex CA C6 4 0 2 62 15 3B 60 28
Octal 312 306 4 0 2 142 25 73 140 50
Binary 11001010 11000110 100 0 10 1100010 10101 111011 1100000 101000

Color Harmonies of #CAC604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC604

Black with #CAC604

Text Example


Text Example

White with #CAC604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC604; }

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

 H1.HeaderClassName
 {
   color: #CAC604;
 }
 .AnyTagClassName
 {
   color: #CAC604;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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