Html Css Color HEX #DDB409 Sunflower

📋 copy color: '#DDB409'

red 221 ◦ green 180 ◦ blue 9

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

Shades of Sunflower #DDB409

Tints of Sunflower #DDB409

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.9%

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

R = 53.9%
G = 43.9%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDB409 (or 0xDDB409) is known color: Sunflower. HEX triplet: DD, B4 and 09. RGB value is (221,180,9). Sum of RGB (Red+Green+Blue) = 221+180+9=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 9 (3.91% from 255 or 2.20% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB409 is #224BF6. Grayscale: #ADADAD. Windows color (decimal): -2247671 or 636125. OLE color: 636125.

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

Color convert

RGB 221 180 9 -
CMYK 0 0.19 0.96 0.13
HSL 48.4º 0.92% 0.45% -
HSV(B) 48.4º 0.96% 0.87% -
XYZ 46.19 48.03 7.1 -
YUV 172.77 35.58 162.4 -
System Red Green Blue C M Y K H S L
Decimal 221 180 9 0 0.19 0.96 0.13 48.4 0.92 0.45
Hex DD B4 9 0 13 60 D 30 5C 2D
Octal 335 264 11 0 23 140 15 60 134 55
Binary 11011101 10110100 1001 0 10011 1100000 1101 110000 1011100 101101

Color Harmonies of #DDB409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB409

Black with #DDB409

Text Example


Text Example

White with #DDB409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB409; }

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

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

background-color css

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

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

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

border-color css

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

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

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