Html Css Color HEX #DDB609 Sunflower

📋 copy color: '#DDB609'

red 221 ◦ green 182 ◦ blue 9

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

Shades of Sunflower #DDB609

Tints of Sunflower #DDB609

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.17%

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

R = 53.64%
G = 44.17%
B = 2.18%

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

#DDB609 (or 0xDDB609) is known color: Sunflower. HEX triplet: DD, B6 and 09. RGB value is (221,182,9). Sum of RGB (Red+Green+Blue) = 221+182+9=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 182 (71.48% from 255 or 44.17% from 412); Blue value is 9 (3.91% from 255 or 2.18% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB609 is #2249F6. Grayscale: #AEAEAE. Windows color (decimal): -2247159 or 636637. OLE color: 636637.

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

Color convert

RGB 221 182 9 -
CMYK 0 0.18 0.96 0.13
HSL 48.96º 0.92% 0.45% -
HSV(B) 48.96º 0.96% 0.87% -
XYZ 46.6 48.85 7.23 -
YUV 173.94 34.92 161.57 -
System Red Green Blue C M Y K H S L
Decimal 221 182 9 0 0.18 0.96 0.13 48.96 0.92 0.45
Hex DD B6 9 0 12 60 D 31 5C 2D
Octal 335 266 11 0 22 140 15 61 134 55
Binary 11011101 10110110 1001 0 10010 1100000 1101 110001 1011100 101101

Color Harmonies of #DDB609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB609

Black with #DDB609

Text Example


Text Example

White with #DDB609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB609; }

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

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

background-color css

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

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

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

border-color css

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

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

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