#D8BD09

Color #D8BD09 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #D8BD09

Tints of Bird Flower #D8BD09

Color information

#D8BD09 (or 0xD8BD09) is unknown color: approx Bird Flower. HEX triplet: D8, BD and 09. RGB value is (216,189,9). Sum of RGB (Red+Green+Blue) = 216+189+9=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 9 (3.91% from 255 or 2.17% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BD09 is #2742F6. Grayscale: #B1B1B1. Windows color (decimal): -2573047 or 638424. OLE color: 638424.

HSL color Cylindrical-coordinate representation of color #D8BD09: hue angle of 52.17º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8BD09 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB2161899-
CMYK00.120.960.15
HSL52.17º92%44.12%-
HSV(B)52.17º95.83%84.71%-
XYZ46.5751.017.65-
YUV176.5533.45156.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.17%
GREEN value IS 189 (74.22% from 255) = 45.65%
BLUE value IS 9 (3.91% from 255) = 2.17%
R=52.17%
G=45.65%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216189900.120.960.1552.179244.12
HexD8BD90C60F345c2c
Octal33027511014140176413454
Binary1101100010111101100101100110000011111101001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BD09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BD09; }

 p { color: rgb(216,189,9); }

 H1.HeaderClassName
 {
   color: #D8BD09;
 }
 .AnyTagClassName
 {
   color: #D8BD09;
 }
</style>
background-color css

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

 a { background-color: rgb(216,189,9); }

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

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

 span { border-color: rgb(216,189,9); }

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