Html Css Color HEX #CAB116 Bird Flower

📋 copy color: '#CAB116'

red 202 ◦ green 177 ◦ blue 22

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

Shades of Bird Flower #CAB116

Tints of Bird Flower #CAB116

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.14%

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

R = 50.37%
G = 44.14%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAB116 (or 0xCAB116) is known color: Bird Flower. HEX triplet: CA, B1 and 16. RGB value is (202,177,22). Sum of RGB (Red+Green+Blue) = 202+177+22=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB116 is #354EE9. Grayscale: #A7A7A7. Windows color (decimal): -3493610 or 1487306. OLE color: 1487306.

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

Color convert

RGB 202 177 22 -
CMYK 0 0.12 0.89 0.21
HSL 51.67º 0.8% 0.44% -
HSV(B) 51.67º 0.89% 0.79% -
XYZ 40.22 44.06 7.14 -
YUV 166.81 46.28 153.1 -
System Red Green Blue C M Y K H S L
Decimal 202 177 22 0 0.12 0.89 0.21 51.67 0.8 0.44
Hex CA B1 16 0 C 59 15 34 50 2C
Octal 312 261 26 0 14 131 25 64 120 54
Binary 11001010 10110001 10110 0 1100 1011001 10101 110100 1010000 101100

Color Harmonies of #CAB116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB116

Black with #CAB116

Text Example


Text Example

White with #CAB116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB116; }

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

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

background-color css

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

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

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

border-color css

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

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

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