#D0BD05

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

Shades of Bird Flower #D0BD05

Tints of Bird Flower #D0BD05

Color information

#D0BD05 (or 0xD0BD05) is unknown color: approx Bird Flower. HEX triplet: D0, BD and 05. RGB value is (208,189,5). Sum of RGB (Red+Green+Blue) = 208+189+5=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 5 (2.34% from 255 or 1.24% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BD05 is #2F42FA. Grayscale: #AEAEAE. Windows color (decimal): -3097339 or 376272. OLE color: 376272.

HSL color Cylindrical-coordinate representation of color #D0BD05: hue angle of 54.38º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0BD05 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB2081895-
CMYK00.090.980.18
HSL54.38º95.31%41.76%-
HSV(B)54.38º97.6%81.57%-
XYZ44.2449.827.43-
YUV173.732.79152.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.74%
GREEN value IS 189 (74.22% from 255) = 47.01%
BLUE value IS 5 (2.34% from 255) = 1.24%
R=51.74%
G=47.01%
B=1.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208189500.090.980.1854.3895.3141.76
HexD0BD5096212365f2a
Octal3202755011142226613752
Binary1101000010111101101010011100010100101101101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BD05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BD05; }

 p { color: rgb(208,189,5); }

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

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

 a { background-color: rgb(208,189,5); }

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

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

 span { border-color: rgb(208,189,5); }

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