Html Css Color HEX #DBD609 Bird Flower

📋 copy color: '#DBD609'

red 219 ◦ green 214 ◦ blue 9

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

Shades of Bird Flower #DBD609

Tints of Bird Flower #DBD609

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.42%

 BLUE value IS 9 (3.91% from 255) = 2.04%

R = 49.55%
G = 48.42%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBD609 (or 0xDBD609) is known color: Bird Flower. HEX triplet: DB, D6 and 09. RGB value is (219,214,9). Sum of RGB (Red+Green+Blue) = 219+214+9=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 9 (3.91% from 255 or 2.04% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD609 is #2429F6. Grayscale: #C0C0C0. Windows color (decimal): -2370039 or 644827. OLE color: 644827.

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

Color convert

RGB 219 214 9 -
CMYK 0 0.02 0.96 0.14
HSL 58.57º 0.92% 0.45% -
HSV(B) 58.57º 0.96% 0.86% -
XYZ 53.31 63.17 9.64 -
YUV 192.13 24.66 147.17 -
System Red Green Blue C M Y K H S L
Decimal 219 214 9 0 0.02 0.96 0.14 58.57 0.92 0.45
Hex DB D6 9 0 2 60 E 3B 5C 2D
Octal 333 326 11 0 2 140 16 73 134 55
Binary 11011011 11010110 1001 0 10 1100000 1110 111011 1011100 101101

Color Harmonies of #DBD609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD609

Black with #DBD609

Text Example


Text Example

White with #DBD609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD609; }

 p { color: rgb(219,214,9); }

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

background-color css

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

 a { background-color: rgb(219,214,9); }

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

border-color css

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

 span { border-color: rgb(219,214,9); }

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