Html Css Color HEX #DDC209 Sunflower

📋 copy color: '#DDC209'

red 221 ◦ green 194 ◦ blue 9

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

Shades of Sunflower #DDC209

Tints of Sunflower #DDC209

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.75%

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

R = 52.12%
G = 45.75%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDC209 (or 0xDDC209) is known color: Sunflower. HEX triplet: DD, C2 and 09. RGB value is (221,194,9). Sum of RGB (Red+Green+Blue) = 221+194+9=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 9 (3.91% from 255 or 2.12% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC209 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC209 is #223DF6. Grayscale: #B5B5B5. Windows color (decimal): -2244087 or 639709. OLE color: 639709.

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

Color convert

RGB 221 194 9 -
CMYK 0 0.12 0.96 0.13
HSL 52.36º 0.92% 0.45% -
HSV(B) 52.36º 0.96% 0.87% -
XYZ 49.16 53.98 8.09 -
YUV 180.98 30.95 156.54 -
System Red Green Blue C M Y K H S L
Decimal 221 194 9 0 0.12 0.96 0.13 52.36 0.92 0.45
Hex DD C2 9 0 C 60 D 34 5C 2D
Octal 335 302 11 0 14 140 15 64 134 55
Binary 11011101 11000010 1001 0 1100 1100000 1101 110100 1011100 101101

Color Harmonies of #DDC209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC209

Black with #DDC209

Text Example


Text Example

White with #DDC209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC209; }

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

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

background-color css

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

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

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

border-color css

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

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

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