Html Css Color HEX #CAB616 Bird Flower

📋 copy color: '#CAB616'

red 202 ◦ green 182 ◦ blue 22

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

Shades of Bird Flower #CAB616

Tints of Bird Flower #CAB616

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.83%

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

R = 49.75%
G = 44.83%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAB616 (or 0xCAB616) is known color: Bird Flower. HEX triplet: CA, B6 and 16. RGB value is (202,182,22). Sum of RGB (Red+Green+Blue) = 202+182+22=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB616 is #3549E9. Grayscale: #AAAAAA. Windows color (decimal): -3492330 or 1488586. OLE color: 1488586.

HSL color Cylindrical-coordinate representation of color #CAB616: hue angle of 53.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 #CAB616 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 182 22 -
CMYK 0 0.10 0.89 0.21
HSL 53.33º 0.8% 0.44% -
HSV(B) 53.33º 0.89% 0.79% -
XYZ 41.23 46.07 7.48 -
YUV 169.74 44.63 151.01 -
System Red Green Blue C M Y K H S L
Decimal 202 182 22 0 0.10 0.89 0.21 53.33 0.8 0.44
Hex CA B6 16 0 A 59 15 35 50 2C
Octal 312 266 26 0 12 131 25 65 120 54
Binary 11001010 10110110 10110 0 1010 1011001 10101 110101 1010000 101100

Color Harmonies of #CAB616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB616

Black with #CAB616

Text Example


Text Example

White with #CAB616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB616; }

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

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

background-color css

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

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

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

border-color css

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

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

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