Html Css Color HEX #DDB109 Sunflower

📋 copy color: '#DDB109'

red 221 ◦ green 177 ◦ blue 9

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

Shades of Sunflower #DDB109

Tints of Sunflower #DDB109

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.49%

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

R = 54.3%
G = 43.49%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDB109 (or 0xDDB109) is known color: Sunflower. HEX triplet: DD, B1 and 09. RGB value is (221,177,9). Sum of RGB (Red+Green+Blue) = 221+177+9=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 9 (3.91% from 255 or 2.21% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB109 is #224EF6. Grayscale: #ABABAB. Windows color (decimal): -2248439 or 635357. OLE color: 635357.

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

Color convert

RGB 221 177 9 -
CMYK 0 0.20 0.96 0.13
HSL 47.55º 0.92% 0.45% -
HSV(B) 47.55º 0.96% 0.87% -
XYZ 45.59 46.84 6.9 -
YUV 171 36.58 163.66 -
System Red Green Blue C M Y K H S L
Decimal 221 177 9 0 0.20 0.96 0.13 47.55 0.92 0.45
Hex DD B1 9 0 14 60 D 30 5C 2D
Octal 335 261 11 0 24 140 15 60 134 55
Binary 11011101 10110001 1001 0 10100 1100000 1101 110000 1011100 101101

Color Harmonies of #DDB109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB109

Black with #DDB109

Text Example


Text Example

White with #DDB109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB109; }

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

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

background-color css

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

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

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

border-color css

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

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

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