#DBD800

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

Shades of Bird Flower #DBD800

Tints of Bird Flower #DBD800

Color information

#DBD800 (or 0xDBD800) is unknown color: approx Bird Flower. HEX triplet: DB, D8 and 00. RGB value is (219,216,0). Sum of RGB (Red+Green+Blue) = 219+216+0=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD800 is #2427FF. Grayscale: #C1C1C1. Windows color (decimal): -2369536 or 55515. OLE color: 55515.

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

Color convert

RGB2192160-
CMYK00.0110.14
HSL59.18º100%42.94%-
HSV(B)59.18º100%85.88%-
XYZ53.7764.179.55-
YUV192.2719.49147.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.34%
GREEN value IS 216 (84.77% from 255) = 49.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.34%
G=49.66%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219216000.0110.1459.1810042.94
HexDBD800164E3b642b
Octal333330001144167314453
Binary1101101111011000001110010011101110111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD800; }

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

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

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

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

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

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

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

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