Html Css Color HEX #D1BB16 Bird Flower

📋 copy color: '#D1BB16'

red 209 ◦ green 187 ◦ blue 22

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

Shades of Bird Flower #D1BB16

Tints of Bird Flower #D1BB16

RGB

 RED value IS 209 (82.03% from 255) = 50%

 GREEN value IS 187 (73.44% from 255) = 44.74%

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

R = 50%
G = 44.74%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D1BB16 (or 0xD1BB16) is known color: Bird Flower. HEX triplet: D1, BB and 16. RGB value is (209,187,22). Sum of RGB (Red+Green+Blue) = 209+187+22=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BB16 is #2E44E9. Grayscale: #AFAFAF. Windows color (decimal): -3032298 or 1489873. OLE color: 1489873.

HSL color Cylindrical-coordinate representation of color #D1BB16: hue angle of 52.94º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1BB16 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 187 22 -
CMYK 0 0.11 0.89 0.18
HSL 52.94º 0.81% 0.45% -
HSV(B) 52.94º 0.89% 0.82% -
XYZ 44.21 49.15 7.92 -
YUV 174.77 41.79 152.42 -
System Red Green Blue C M Y K H S L
Decimal 209 187 22 0 0.11 0.89 0.18 52.94 0.81 0.45
Hex D1 BB 16 0 B 59 12 35 51 2D
Octal 321 273 26 0 13 131 22 65 121 55
Binary 11010001 10111011 10110 0 1011 1011001 10010 110101 1010001 101101

Color Harmonies of #D1BB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BB16

Black with #D1BB16

Text Example


Text Example

White with #D1BB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BB16; }

 p { color: rgb(209,187,22); }

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

background-color css

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

 a { background-color: rgb(209,187,22); }

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

border-color css

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

 span { border-color: rgb(209,187,22); }

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