Html Css Color HEX #DDB309 Sunflower

📋 copy color: '#DDB309'

red 221 ◦ green 179 ◦ blue 9

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

Shades of Sunflower #DDB309

Tints of Sunflower #DDB309

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.77%

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

R = 54.03%
G = 43.77%
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

#DDB309 (or 0xDDB309) is known color: Sunflower. HEX triplet: DD, B3 and 09. RGB value is (221,179,9). Sum of RGB (Red+Green+Blue) = 221+179+9=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 9 (3.91% from 255 or 2.20% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB309 is #224CF6. Grayscale: #ACACAC. Windows color (decimal): -2247927 or 635869. OLE color: 635869.

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

Color convert

RGB 221 179 9 -
CMYK 0 0.19 0.96 0.13
HSL 48.11º 0.92% 0.45% -
HSV(B) 48.11º 0.96% 0.87% -
XYZ 45.99 47.63 7.03 -
YUV 172.18 35.91 162.82 -
System Red Green Blue C M Y K H S L
Decimal 221 179 9 0 0.19 0.96 0.13 48.11 0.92 0.45
Hex DD B3 9 0 13 60 D 30 5C 2D
Octal 335 263 11 0 23 140 15 60 134 55
Binary 11011101 10110011 1001 0 10011 1100000 1101 110000 1011100 101101

Color Harmonies of #DDB309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB309

Black with #DDB309

Text Example


Text Example

White with #DDB309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB309; }

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

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

background-color css

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

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

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

border-color css

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

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

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