Html Css Color HEX #CAC504 La Rioja

📋 copy color: '#CAC504'

red 202 ◦ green 197 ◦ blue 4

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

Shades of La Rioja #CAC504

Tints of La Rioja #CAC504

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.88%

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

R = 50.12%
G = 48.88%
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

#CAC504 (or 0xCAC504) is known color: La Rioja. HEX triplet: CA, C5 and 04. RGB value is (202,197,4). Sum of RGB (Red+Green+Blue) = 202+197+4=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC504 is #353AFB. Grayscale: #B1B1B1. Windows color (decimal): -3488508 or 312778. OLE color: 312778.

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

Color convert

RGB 202 197 4 -
CMYK 0 0.02 0.98 0.21
HSL 58.48º 0.96% 0.4% -
HSV(B) 58.48º 0.98% 0.79% -
XYZ 44.35 52.5 7.91 -
YUV 176.49 30.66 146.19 -
System Red Green Blue C M Y K H S L
Decimal 202 197 4 0 0.02 0.98 0.21 58.48 0.96 0.4
Hex CA C5 4 0 2 62 15 3A 60 28
Octal 312 305 4 0 2 142 25 72 140 50
Binary 11001010 11000101 100 0 10 1100010 10101 111010 1100000 101000

Color Harmonies of #CAC504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC504

Black with #CAC504

Text Example


Text Example

White with #CAC504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC504; }

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

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

background-color css

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

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

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

border-color css

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

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

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