Html Css Color HEX #DBD904 Bird Flower

📋 copy color: '#DBD904'

red 219 ◦ green 217 ◦ blue 4

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

Shades of Bird Flower #DBD904

Tints of Bird Flower #DBD904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.91%

R = 49.77%
G = 49.32%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBD904 (or 0xDBD904) is known color: Bird Flower. HEX triplet: DB, D9 and 04. RGB value is (219,217,4). Sum of RGB (Red+Green+Blue) = 219+217+4=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 4 (1.95% from 255 or 0.91% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD904 is #2426FB. Grayscale: #C2C2C2. Windows color (decimal): -2369276 or 317915. OLE color: 317915.

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

Color convert

RGB 219 217 4 -
CMYK 0 0.01 0.98 0.14
HSL 59.44º 0.96% 0.44% -
HSV(B) 59.44º 0.98% 0.86% -
XYZ 54.05 64.69 9.75 -
YUV 193.32 21.16 146.32 -
System Red Green Blue C M Y K H S L
Decimal 219 217 4 0 0.01 0.98 0.14 59.44 0.96 0.44
Hex DB D9 4 0 1 62 E 3B 60 2C
Octal 333 331 4 0 1 142 16 73 140 54
Binary 11011011 11011001 100 0 1 1100010 1110 111011 1100000 101100

Color Harmonies of #DBD904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD904

Black with #DBD904

Text Example


Text Example

White with #DBD904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD904; }

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

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

background-color css

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

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

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

border-color css

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

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

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