Html Css Color HEX #CAC801 La Rioja

📋 copy color: '#CAC801'

red 202 ◦ green 200 ◦ blue 1

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

Shades of La Rioja #CAC801

Tints of La Rioja #CAC801

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.63%

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

R = 50.12%
G = 49.63%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CAC801 (or 0xCAC801) is known color: La Rioja. HEX triplet: CA, C8 and 01. RGB value is (202,200,1). Sum of RGB (Red+Green+Blue) = 202+200+1=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 200 (78.52% from 255 or 49.63% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC801 is #3537FE. Grayscale: #B2B2B2. Windows color (decimal): -3487743 or 116938. OLE color: 116938.

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

Color convert

RGB 202 200 1 -
CMYK 0 0.01 1.00 0.21
HSL 59.4º 0.99% 0.4% -
HSV(B) 59.4º 1% 0.79% -
XYZ 45.02 53.87 8.05 -
YUV 177.91 28.16 145.18 -
System Red Green Blue C M Y K H S L
Decimal 202 200 1 0 0.01 1.00 0.21 59.4 0.99 0.4
Hex CA C8 1 0 1 64 15 3B 63 28
Octal 312 310 1 0 1 144 25 73 143 50
Binary 11001010 11001000 1 0 1 1100100 10101 111011 1100011 101000

Color Harmonies of #CAC801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC801

Black with #CAC801

Text Example


Text Example

White with #CAC801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC801; }

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

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

background-color css

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

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

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

border-color css

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

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

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