Html Css Color HEX #CAB801 La Rioja

📋 copy color: '#CAB801'

red 202 ◦ green 184 ◦ blue 1

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

Shades of La Rioja #CAB801

Tints of La Rioja #CAB801

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.55%

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

R = 52.2%
G = 47.55%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CAB801 (or 0xCAB801) is known color: La Rioja. HEX triplet: CA, B8 and 01. RGB value is (202,184,1). Sum of RGB (Red+Green+Blue) = 202+184+1=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB801 is #3547FE. Grayscale: #A9A9A9. Windows color (decimal): -3491839 or 112842. OLE color: 112842.

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

Color convert

RGB 202 184 1 -
CMYK 0 0.09 1.00 0.21
HSL 54.63º 0.99% 0.4% -
HSV(B) 54.63º 1% 0.79% -
XYZ 41.5 46.84 6.88 -
YUV 168.52 33.46 151.88 -
System Red Green Blue C M Y K H S L
Decimal 202 184 1 0 0.09 1.00 0.21 54.63 0.99 0.4
Hex CA B8 1 0 9 64 15 37 63 28
Octal 312 270 1 0 11 144 25 67 143 50
Binary 11001010 10111000 1 0 1001 1100100 10101 110111 1100011 101000

Color Harmonies of #CAB801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB801

Black with #CAB801

Text Example


Text Example

White with #CAB801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB801; }

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

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

background-color css

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

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

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

border-color css

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

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

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