Html Css Color HEX #DDB509 Sunflower

📋 copy color: '#DDB509'

red 221 ◦ green 181 ◦ blue 9

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

Shades of Sunflower #DDB509

Tints of Sunflower #DDB509

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.04%

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

R = 53.77%
G = 44.04%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDB509 (or 0xDDB509) is known color: Sunflower. HEX triplet: DD, B5 and 09. RGB value is (221,181,9). Sum of RGB (Red+Green+Blue) = 221+181+9=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB509 is #224AF6. Grayscale: #AEAEAE. Windows color (decimal): -2247415 or 636381. OLE color: 636381.

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

Color convert

RGB 221 181 9 -
CMYK 0 0.18 0.96 0.13
HSL 48.68º 0.92% 0.45% -
HSV(B) 48.68º 0.96% 0.87% -
XYZ 46.39 48.44 7.16 -
YUV 173.35 35.25 161.99 -
System Red Green Blue C M Y K H S L
Decimal 221 181 9 0 0.18 0.96 0.13 48.68 0.92 0.45
Hex DD B5 9 0 12 60 D 31 5C 2D
Octal 335 265 11 0 22 140 15 61 134 55
Binary 11011101 10110101 1001 0 10010 1100000 1101 110001 1011100 101101

Color Harmonies of #DDB509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB509

Black with #DDB509

Text Example


Text Example

White with #DDB509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB509; }

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

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

background-color css

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

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

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

border-color css

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

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

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