Html Css Color HEX #CAB818 Bird Flower

📋 copy color: '#CAB818'

red 202 ◦ green 184 ◦ blue 24

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

Shades of Bird Flower #CAB818

Tints of Bird Flower #CAB818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.85%

R = 49.27%
G = 44.88%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CAB818 (or 0xCAB818) is known color: Bird Flower. HEX triplet: CA, B8 and 18. RGB value is (202,184,24). Sum of RGB (Red+Green+Blue) = 202+184+24=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB818 is #3547E7. Grayscale: #ABABAB. Windows color (decimal): -3491816 or 1620170. OLE color: 1620170.

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

Color convert

RGB 202 184 24 -
CMYK 0 0.09 0.88 0.21
HSL 53.93º 0.79% 0.44% -
HSV(B) 53.93º 0.88% 0.79% -
XYZ 41.66 46.9 7.72 -
YUV 171.14 44.96 150.01 -
System Red Green Blue C M Y K H S L
Decimal 202 184 24 0 0.09 0.88 0.21 53.93 0.79 0.44
Hex CA B8 18 0 9 58 15 36 4F 2C
Octal 312 270 30 0 11 130 25 66 117 54
Binary 11001010 10111000 11000 0 1001 1011000 10101 110110 1001111 101100

Color Harmonies of #CAB818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB818

Black with #CAB818

Text Example


Text Example

White with #CAB818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB818; }

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

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

background-color css

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

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

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

border-color css

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

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

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