Html Css Color HEX #CAC301 La Rioja

📋 copy color: '#CAC301'

red 202 ◦ green 195 ◦ blue 1

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

Shades of La Rioja #CAC301

Tints of La Rioja #CAC301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.99%

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

R = 50.75%
G = 48.99%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CAC301 (or 0xCAC301) is known color: La Rioja. HEX triplet: CA, C3 and 01. RGB value is (202,195,1). Sum of RGB (Red+Green+Blue) = 202+195+1=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC301 is #353CFE. Grayscale: #AFAFAF. Windows color (decimal): -3489023 or 115658. OLE color: 115658.

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

Color convert

RGB 202 195 1 -
CMYK 0 0.03 1.00 0.21
HSL 57.91º 0.99% 0.4% -
HSV(B) 57.91º 1% 0.79% -
XYZ 43.88 51.59 7.67 -
YUV 174.98 29.82 147.27 -
System Red Green Blue C M Y K H S L
Decimal 202 195 1 0 0.03 1.00 0.21 57.91 0.99 0.4
Hex CA C3 1 0 3 64 15 3A 63 28
Octal 312 303 1 0 3 144 25 72 143 50
Binary 11001010 11000011 1 0 11 1100100 10101 111010 1100011 101000

Color Harmonies of #CAC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC301

Black with #CAC301

Text Example


Text Example

White with #CAC301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC301; }

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

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

background-color css

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

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

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

border-color css

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

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

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