Html Css Color HEX #CAC501 La Rioja

📋 copy color: '#CAC501'

red 202 ◦ green 197 ◦ blue 1

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

Shades of La Rioja #CAC501

Tints of La Rioja #CAC501

RGB

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

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

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

R = 50.5%
G = 49.25%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CAC501 (or 0xCAC501) is known color: La Rioja. HEX triplet: CA, C5 and 01. RGB value is (202,197,1). Sum of RGB (Red+Green+Blue) = 202+197+1=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC501 is #353AFE. Grayscale: #B0B0B0. Windows color (decimal): -3488511 or 116170. OLE color: 116170.

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

Color convert

RGB 202 197 1 -
CMYK 0 0.02 1.00 0.21
HSL 58.51º 0.99% 0.4% -
HSV(B) 58.51º 1% 0.79% -
XYZ 44.33 52.49 7.82 -
YUV 176.15 29.16 146.44 -
System Red Green Blue C M Y K H S L
Decimal 202 197 1 0 0.02 1.00 0.21 58.51 0.99 0.4
Hex CA C5 1 0 2 64 15 3B 63 28
Octal 312 305 1 0 2 144 25 73 143 50
Binary 11001010 11000101 1 0 10 1100100 10101 111011 1100011 101000

Color Harmonies of #CAC501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC501

Black with #CAC501

Text Example


Text Example

White with #CAC501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC501; }

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

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

background-color css

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

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

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

border-color css

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

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

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