Html Css Color HEX #CAB900 La Rioja

📋 copy color: '#CAB900'

red 202 ◦ green 185 ◦ blue 0

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

Shades of La Rioja #CAB900

Tints of La Rioja #CAB900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.2%
G = 47.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CAB900 (or 0xCAB900) is known color: La Rioja. HEX triplet: CA, B9 and 00. RGB value is (202,185,0). Sum of RGB (Red+Green+Blue) = 202+185+0=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB900 is #3546FF. Grayscale: #A9A9A9. Windows color (decimal): -3491584 or 47562. OLE color: 47562.

HSL color Cylindrical-coordinate representation of color #CAB900: hue angle of 54.95º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAB900 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 185 0 -
CMYK 0 0.08 1 0.21
HSL 54.95º 1% 0.4% -
HSV(B) 54.95º 1% 0.79% -
XYZ 41.71 47.25 6.92 -
YUV 168.99 32.63 151.54 -
System Red Green Blue C M Y K H S L
Decimal 202 185 0 0 0.08 1 0.21 54.95 1 0.4
Hex CA B9 0 0 8 64 15 37 64 28
Octal 312 271 0 0 10 144 25 67 144 50
Binary 11001010 10111001 0 0 1000 1100100 10101 110111 1100100 101000

Color Harmonies of #CAB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB900

Black with #CAB900

Text Example


Text Example

White with #CAB900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB900; }

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

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

background-color css

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

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

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

border-color css

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

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

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