Html Css Color HEX #CAB916 Bird Flower

📋 copy color: '#CAB916'

red 202 ◦ green 185 ◦ blue 22

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

Shades of Bird Flower #CAB916

Tints of Bird Flower #CAB916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.38%

R = 49.39%
G = 45.23%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAB916 (or 0xCAB916) is known color: Bird Flower. HEX triplet: CA, B9 and 16. RGB value is (202,185,22). Sum of RGB (Red+Green+Blue) = 202+185+22=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB916 is #3546E9. Grayscale: #ACACAC. Windows color (decimal): -3491562 or 1489354. OLE color: 1489354.

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

Color convert

RGB 202 185 22 -
CMYK 0 0.08 0.89 0.21
HSL 54.33º 0.8% 0.44% -
HSV(B) 54.33º 0.89% 0.79% -
XYZ 41.85 47.31 7.69 -
YUV 171.5 43.63 149.75 -
System Red Green Blue C M Y K H S L
Decimal 202 185 22 0 0.08 0.89 0.21 54.33 0.8 0.44
Hex CA B9 16 0 8 59 15 36 50 2C
Octal 312 271 26 0 10 131 25 66 120 54
Binary 11001010 10111001 10110 0 1000 1011001 10101 110110 1010000 101100

Color Harmonies of #CAB916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB916

Black with #CAB916

Text Example


Text Example

White with #CAB916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB916; }

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

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

background-color css

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

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

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

border-color css

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

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

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