Html Css Color HEX #CAB516 Bird Flower

📋 copy color: '#CAB516'

red 202 ◦ green 181 ◦ blue 22

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

Shades of Bird Flower #CAB516

Tints of Bird Flower #CAB516

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.69%

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

R = 49.88%
G = 44.69%
B = 5.43%

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

#CAB516 (or 0xCAB516) is known color: Bird Flower. HEX triplet: CA, B5 and 16. RGB value is (202,181,22). Sum of RGB (Red+Green+Blue) = 202+181+22=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB516 is #354AE9. Grayscale: #A9A9A9. Windows color (decimal): -3492586 or 1488330. OLE color: 1488330.

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

Color convert

RGB 202 181 22 -
CMYK 0 0.10 0.89 0.21
HSL 53º 0.8% 0.44% -
HSV(B) 53º 0.89% 0.79% -
XYZ 41.03 45.66 7.41 -
YUV 169.15 44.96 151.43 -
System Red Green Blue C M Y K H S L
Decimal 202 181 22 0 0.10 0.89 0.21 53 0.8 0.44
Hex CA B5 16 0 A 59 15 35 50 2C
Octal 312 265 26 0 12 131 25 65 120 54
Binary 11001010 10110101 10110 0 1010 1011001 10101 110101 1010000 101100

Color Harmonies of #CAB516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB516

Black with #CAB516

Text Example


Text Example

White with #CAB516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB516; }

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

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

background-color css

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

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

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

border-color css

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

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

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