Html Css Color HEX #DBD902 Bird Flower

📋 copy color: '#DBD902'

red 219 ◦ green 217 ◦ blue 2

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

Shades of Bird Flower #DBD902

Tints of Bird Flower #DBD902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 50%
G = 49.54%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBD902 (or 0xDBD902) is known color: Bird Flower. HEX triplet: DB, D9 and 02. RGB value is (219,217,2). Sum of RGB (Red+Green+Blue) = 219+217+2=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD902 is #2426FD. Grayscale: #C1C1C1. Windows color (decimal): -2369278 or 186843. OLE color: 186843.

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

Color convert

RGB 219 217 2 -
CMYK 0 0.01 0.99 0.14
HSL 59.45º 0.98% 0.43% -
HSV(B) 59.45º 0.99% 0.86% -
XYZ 54.04 64.69 9.7 -
YUV 193.09 20.16 146.48 -
System Red Green Blue C M Y K H S L
Decimal 219 217 2 0 0.01 0.99 0.14 59.45 0.98 0.43
Hex DB D9 2 0 1 63 E 3B 62 2B
Octal 333 331 2 0 1 143 16 73 142 53
Binary 11011011 11011001 10 0 1 1100011 1110 111011 1100010 101011

Color Harmonies of #DBD902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD902

Black with #DBD902

Text Example


Text Example

White with #DBD902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD902; }

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

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

background-color css

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

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

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

border-color css

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

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

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