Html Css Color HEX #DBD509 Bird Flower

📋 copy color: '#DBD509'

red 219 ◦ green 213 ◦ blue 9

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

Shades of Bird Flower #DBD509

Tints of Bird Flower #DBD509

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.3%

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

R = 49.66%
G = 48.3%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBD509 (or 0xDBD509) is known color: Bird Flower. HEX triplet: DB, D5 and 09. RGB value is (219,213,9). Sum of RGB (Red+Green+Blue) = 219+213+9=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 9 (3.91% from 255 or 2.04% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD509 is #242AF6. Grayscale: #C0C0C0. Windows color (decimal): -2370295 or 644571. OLE color: 644571.

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

Color convert

RGB 219 213 9 -
CMYK 0 0.03 0.96 0.14
HSL 58.29º 0.92% 0.45% -
HSV(B) 58.29º 0.96% 0.86% -
XYZ 53.06 62.67 9.56 -
YUV 191.54 24.99 147.59 -
System Red Green Blue C M Y K H S L
Decimal 219 213 9 0 0.03 0.96 0.14 58.29 0.92 0.45
Hex DB D5 9 0 3 60 E 3A 5C 2D
Octal 333 325 11 0 3 140 16 72 134 55
Binary 11011011 11010101 1001 0 11 1100000 1110 111010 1011100 101101

Color Harmonies of #DBD509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD509

Black with #DBD509

Text Example


Text Example

White with #DBD509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD509; }

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

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

background-color css

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

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

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

border-color css

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

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

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