Html Css Color HEX #DDD109 Bird Flower

📋 copy color: '#DDD109'

red 221 ◦ green 209 ◦ blue 9

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

Shades of Bird Flower #DDD109

Tints of Bird Flower #DDD109

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.61%

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

R = 50.34%
G = 47.61%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDD109 (or 0xDDD109) is known color: Bird Flower. HEX triplet: DD, D1 and 09. RGB value is (221,209,9). Sum of RGB (Red+Green+Blue) = 221+209+9=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 9 (3.91% from 255 or 2.05% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD109 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD109 is #222EF6. Grayscale: #BEBEBE. Windows color (decimal): -2240247 or 643549. OLE color: 643549.

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

Color convert

RGB 221 209 9 -
CMYK 0 0.05 0.96 0.13
HSL 56.6º 0.92% 0.45% -
HSV(B) 56.6º 0.96% 0.87% -
XYZ 52.67 60.99 9.26 -
YUV 189.79 25.98 150.26 -
System Red Green Blue C M Y K H S L
Decimal 221 209 9 0 0.05 0.96 0.13 56.6 0.92 0.45
Hex DD D1 9 0 5 60 D 39 5C 2D
Octal 335 321 11 0 5 140 15 71 134 55
Binary 11011101 11010001 1001 0 101 1100000 1101 111001 1011100 101101

Color Harmonies of #DDD109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD109

Black with #DDD109

Text Example


Text Example

White with #DDD109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD109; }

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

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

background-color css

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

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

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

border-color css

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

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

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