Html Css Color HEX #CAB901 La Rioja

📋 copy color: '#CAB901'

red 202 ◦ green 185 ◦ blue 1

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

Shades of La Rioja #CAB901

Tints of La Rioja #CAB901

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.68%

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

R = 52.06%
G = 47.68%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CAB901 (or 0xCAB901) is known color: La Rioja. HEX triplet: CA, B9 and 01. RGB value is (202,185,1). Sum of RGB (Red+Green+Blue) = 202+185+1=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB901 is #3546FE. Grayscale: #A9A9A9. Windows color (decimal): -3491583 or 113098. OLE color: 113098.

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

Color convert

RGB 202 185 1 -
CMYK 0 0.08 1.00 0.21
HSL 54.93º 0.99% 0.4% -
HSV(B) 54.93º 1% 0.79% -
XYZ 41.71 47.26 6.95 -
YUV 169.11 33.13 151.46 -
System Red Green Blue C M Y K H S L
Decimal 202 185 1 0 0.08 1.00 0.21 54.93 0.99 0.4
Hex CA B9 1 0 8 64 15 37 63 28
Octal 312 271 1 0 10 144 25 67 143 50
Binary 11001010 10111001 1 0 1000 1100100 10101 110111 1100011 101000

Color Harmonies of #CAB901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB901

Black with #CAB901

Text Example


Text Example

White with #CAB901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB901; }

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

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

background-color css

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

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

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

border-color css

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

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

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