Html Css Color HEX #DBDD07 Bird Flower

📋 copy color: '#DBDD07'

red 219 ◦ green 221 ◦ blue 7

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

Shades of Bird Flower #DBDD07

Tints of Bird Flower #DBDD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.57%

R = 48.99%
G = 49.44%
B = 1.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DBDD07 (or 0xDBDD07) is known color: Bird Flower. HEX triplet: DB, DD and 07. RGB value is (219,221,7). Sum of RGB (Red+Green+Blue) = 219+221+7=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 7 (3.12% from 255 or 1.57% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDD07 is #2422F8. Grayscale: #C4C4C4. Windows color (decimal): -2368249 or 515547. OLE color: 515547.

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

Color convert

RGB 219 221 7 -
CMYK 0.01 0 0.97 0.13
HSL 60.56º 0.94% 0.45% -
HSV(B) 60.56º 0.97% 0.87% -
XYZ 55.11 66.79 10.19 -
YUV 196.01 21.34 144.4 -
System Red Green Blue C M Y K H S L
Decimal 219 221 7 0.01 0 0.97 0.13 60.56 0.94 0.45
Hex DB DD 7 1 0 61 D 3D 5E 2D
Octal 333 335 7 1 0 141 15 75 136 55
Binary 11011011 11011101 111 1 0 1100001 1101 111101 1011110 101101

Color Harmonies of #DBDD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD07

Black with #DBDD07

Text Example


Text Example

White with #DBDD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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