Html Css Color HEX #DBDD05 Bird Flower

📋 copy color: '#DBDD05'

red 219 ◦ green 221 ◦ blue 5

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

Shades of Bird Flower #DBDD05

Tints of Bird Flower #DBDD05

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.66%

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 49.21%
G = 49.66%
B = 1.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DBDD05 (or 0xDBDD05) is known color: Bird Flower. HEX triplet: DB, DD and 05. RGB value is (219,221,5). Sum of RGB (Red+Green+Blue) = 219+221+5=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 5 (2.34% from 255 or 1.12% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDD05 is #2422FA. Grayscale: #C4C4C4. Windows color (decimal): -2368251 or 384475. OLE color: 384475.

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

Color convert

RGB 219 221 5 -
CMYK 0.01 0 0.98 0.13
HSL 60.56º 0.96% 0.44% -
HSV(B) 60.56º 0.98% 0.87% -
XYZ 55.1 66.78 10.13 -
YUV 195.78 20.34 144.56 -
System Red Green Blue C M Y K H S L
Decimal 219 221 5 0.01 0 0.98 0.13 60.56 0.96 0.44
Hex DB DD 5 1 0 62 D 3D 60 2C
Octal 333 335 5 1 0 142 15 75 140 54
Binary 11011011 11011101 101 1 0 1100010 1101 111101 1100000 101100

Color Harmonies of #DBDD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD05

Black with #DBDD05

Text Example


Text Example

White with #DBDD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD05; }

 p { color: rgb(219,221,5); }

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

background-color css

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

 a { background-color: rgb(219,221,5); }

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

border-color css

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

 span { border-color: rgb(219,221,5); }

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