Html Css Color HEX #CAC201 La Rioja

📋 copy color: '#CAC201'

red 202 ◦ green 194 ◦ blue 1

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

Shades of La Rioja #CAC201

Tints of La Rioja #CAC201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.87%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 50.88%
G = 48.87%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CAC201 (or 0xCAC201) is known color: La Rioja. HEX triplet: CA, C2 and 01. RGB value is (202,194,1). Sum of RGB (Red+Green+Blue) = 202+194+1=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 1 (0.78% from 255 or 0.25% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC201 is #353DFE. Grayscale: #AFAFAF. Windows color (decimal): -3489279 or 115402. OLE color: 115402.

HSL color Cylindrical-coordinate representation of color #CAC201: hue angle of 57.61º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAC201 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 194 1 -
CMYK 0 0.04 1.00 0.21
HSL 57.61º 0.99% 0.4% -
HSV(B) 57.61º 1% 0.79% -
XYZ 43.65 51.14 7.6 -
YUV 174.39 30.15 147.69 -
System Red Green Blue C M Y K H S L
Decimal 202 194 1 0 0.04 1.00 0.21 57.61 0.99 0.4
Hex CA C2 1 0 4 64 15 3A 63 28
Octal 312 302 1 0 4 144 25 72 143 50
Binary 11001010 11000010 1 0 100 1100100 10101 111010 1100011 101000

Color Harmonies of #CAC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC201

Black with #CAC201

Text Example


Text Example

White with #CAC201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC201; }

 p { color: rgb(202,194,1); }

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

background-color css

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

 a { background-color: rgb(202,194,1); }

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

border-color css

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

 span { border-color: rgb(202,194,1); }

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