Html Css Color HEX #DBD804 Bird Flower

📋 copy color: '#DBD804'

red 219 ◦ green 216 ◦ blue 4

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

Shades of Bird Flower #DBD804

Tints of Bird Flower #DBD804

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.2%

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

R = 49.89%
G = 49.2%
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

#DBD804 (or 0xDBD804) is known color: Bird Flower. HEX triplet: DB, D8 and 04. RGB value is (219,216,4). Sum of RGB (Red+Green+Blue) = 219+216+4=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 4 (1.95% from 255 or 0.91% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD804 is #2427FB. Grayscale: #C1C1C1. Windows color (decimal): -2369532 or 317659. OLE color: 317659.

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

Color convert

RGB 219 216 4 -
CMYK 0 0.01 0.98 0.14
HSL 59.16º 0.96% 0.44% -
HSV(B) 59.16º 0.98% 0.86% -
XYZ 53.79 64.18 9.67 -
YUV 192.73 21.49 146.74 -
System Red Green Blue C M Y K H S L
Decimal 219 216 4 0 0.01 0.98 0.14 59.16 0.96 0.44
Hex DB D8 4 0 1 62 E 3B 60 2C
Octal 333 330 4 0 1 142 16 73 140 54
Binary 11011011 11011000 100 0 1 1100010 1110 111011 1100000 101100

Color Harmonies of #DBD804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD804

Black with #DBD804

Text Example


Text Example

White with #DBD804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD804; }

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

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

background-color css

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

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

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

border-color css

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

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

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