Html Css Color HEX #D0BB16 Bird Flower

📋 copy color: '#D0BB16'

red 208 ◦ green 187 ◦ blue 22

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

Shades of Bird Flower #D0BB16

Tints of Bird Flower #D0BB16

RGB

 RED value IS 208 (81.64% from 255) = 49.88%

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

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

R = 49.88%
G = 44.84%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D0BB16 (or 0xD0BB16) is known color: Bird Flower. HEX triplet: D0, BB and 16. RGB value is (208,187,22). Sum of RGB (Red+Green+Blue) = 208+187+22=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BB16 is #2F44E9. Grayscale: #AFAFAF. Windows color (decimal): -3097834 or 1489872. OLE color: 1489872.

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

Color convert

RGB 208 187 22 -
CMYK 0 0.10 0.89 0.18
HSL 53.23º 0.81% 0.45% -
HSV(B) 53.23º 0.89% 0.82% -
XYZ 43.93 49.01 7.9 -
YUV 174.47 41.96 151.92 -
System Red Green Blue C M Y K H S L
Decimal 208 187 22 0 0.10 0.89 0.18 53.23 0.81 0.45
Hex D0 BB 16 0 A 59 12 35 51 2D
Octal 320 273 26 0 12 131 22 65 121 55
Binary 11010000 10111011 10110 0 1010 1011001 10010 110101 1010001 101101

Color Harmonies of #D0BB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BB16

Black with #D0BB16

Text Example


Text Example

White with #D0BB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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