#DBD806

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

Shades of Bird Flower #DBD806

Tints of Bird Flower #DBD806

Color information

#DBD806 (or 0xDBD806) is unknown color: approx Bird Flower. HEX triplet: DB, D8 and 06. RGB value is (219,216,6). Sum of RGB (Red+Green+Blue) = 219+216+6=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 6 (2.73% from 255 or 1.36% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD806 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD806 is #2427F9. Grayscale: #C1C1C1. Windows color (decimal): -2369530 or 448731. OLE color: 448731.

HSL color Cylindrical-coordinate representation of color #DBD806: hue angle of 59.15º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBD806 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB2192166-
CMYK00.010.970.14
HSL59.15º94.67%44.12%-
HSV(B)59.15º97.26%85.88%-
XYZ53.864.189.73-
YUV192.9622.49146.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.66%
GREEN value IS 216 (84.77% from 255) = 48.98%
BLUE value IS 6 (2.73% from 255) = 1.36%
R=49.66%
G=48.98%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.97
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219216600.010.970.1459.1594.6744.12
HexDBD860161E3b5f2c
Octal333330601141167313754
Binary110110111101100011001110000111101110111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD806; }

 p { color: rgb(219,216,6); }

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

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

 a { background-color: rgb(219,216,6); }

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

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

 span { border-color: rgb(219,216,6); }

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