Html Css Color HEX #CAB800 La Rioja

📋 copy color: '#CAB800'

red 202 ◦ green 184 ◦ blue 0

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

Shades of La Rioja #CAB800

Tints of La Rioja #CAB800

RGB

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

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

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

R = 52.33%
G = 47.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CAB800 (or 0xCAB800) is known color: La Rioja. HEX triplet: CA, B8 and 00. RGB value is (202,184,0). Sum of RGB (Red+Green+Blue) = 202+184+0=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB800 is #3547FF. Grayscale: #A9A9A9. Windows color (decimal): -3491840 or 47306. OLE color: 47306.

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

Color convert

RGB 202 184 0 -
CMYK 0 0.09 1 0.21
HSL 54.65º 1% 0.4% -
HSV(B) 54.65º 1% 0.79% -
XYZ 41.5 46.84 6.85 -
YUV 168.41 32.96 151.96 -
System Red Green Blue C M Y K H S L
Decimal 202 184 0 0 0.09 1 0.21 54.65 1 0.4
Hex CA B8 0 0 9 64 15 37 64 28
Octal 312 270 0 0 11 144 25 67 144 50
Binary 11001010 10111000 0 0 1001 1100100 10101 110111 1100100 101000

Color Harmonies of #CAB800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB800

Black with #CAB800

Text Example


Text Example

White with #CAB800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB800; }

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

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

background-color css

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

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

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

border-color css

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

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

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