Html Css Color HEX #DDD809 Bird Flower

📋 copy color: '#DDD809'

red 221 ◦ green 216 ◦ blue 9

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

Shades of Bird Flower #DDD809

Tints of Bird Flower #DDD809

RGB

 RED value IS 221 (86.72% from 255) = 49.55%

 GREEN value IS 216 (84.77% from 255) = 48.43%

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

R = 49.55%
G = 48.43%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDD809 (or 0xDDD809) is known color: Bird Flower. HEX triplet: DD, D8 and 09. RGB value is (221,216,9). Sum of RGB (Red+Green+Blue) = 221+216+9=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 9 (3.91% from 255 or 2.02% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD809 is #2227F6. Grayscale: #C2C2C2. Windows color (decimal): -2238455 or 645341. OLE color: 645341.

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

Color convert

RGB 221 216 9 -
CMYK 0 0.02 0.96 0.13
HSL 58.58º 0.92% 0.45% -
HSV(B) 58.58º 0.96% 0.87% -
XYZ 54.42 64.5 9.84 -
YUV 193.9 23.66 147.33 -
System Red Green Blue C M Y K H S L
Decimal 221 216 9 0 0.02 0.96 0.13 58.58 0.92 0.45
Hex DD D8 9 0 2 60 D 3B 5C 2D
Octal 335 330 11 0 2 140 15 73 134 55
Binary 11011101 11011000 1001 0 10 1100000 1101 111011 1011100 101101

Color Harmonies of #DDD809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD809

Black with #DDD809

Text Example


Text Example

White with #DDD809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD809; }

 p { color: rgb(221,216,9); }

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

background-color css

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

 a { background-color: rgb(221,216,9); }

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

border-color css

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

 span { border-color: rgb(221,216,9); }

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