Html Css Color HEX #DBD900 Bird Flower

📋 copy color: '#DBD900'

red 219 ◦ green 217 ◦ blue 0

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

Shades of Bird Flower #DBD900

Tints of Bird Flower #DBD900

RGB

 RED value IS 219 (85.94% from 255) = 50.23%

 GREEN value IS 217 (85.16% from 255) = 49.77%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.23%
G = 49.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DBD900 (or 0xDBD900) is known color: Bird Flower. HEX triplet: DB, D9 and 00. RGB value is (219,217,0). Sum of RGB (Red+Green+Blue) = 219+217+0=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD900 is #2426FF. Grayscale: #C1C1C1. Windows color (decimal): -2369280 or 55771. OLE color: 55771.

HSL color Cylindrical-coordinate representation of color #DBD900: hue angle of 59.45º 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 #DBD900 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 217 0 -
CMYK 0 0.01 1 0.14
HSL 59.45º 1% 0.43% -
HSV(B) 59.45º 1% 0.86% -
XYZ 54.03 64.69 9.64 -
YUV 192.86 19.16 146.64 -
System Red Green Blue C M Y K H S L
Decimal 219 217 0 0 0.01 1 0.14 59.45 1 0.43
Hex DB D9 0 0 1 64 E 3B 64 2B
Octal 333 331 0 0 1 144 16 73 144 53
Binary 11011011 11011001 0 0 1 1100100 1110 111011 1100100 101011

Color Harmonies of #DBD900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD900

Black with #DBD900

Text Example


Text Example

White with #DBD900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD900; }

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

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

background-color css

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

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

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

border-color css

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

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

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