Html Css Color HEX #DDC709 Sunflower

📋 copy color: '#DDC709'

red 221 ◦ green 199 ◦ blue 9

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

Shades of Sunflower #DDC709

Tints of Sunflower #DDC709

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.39%

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

R = 51.52%
G = 46.39%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDC709 (or 0xDDC709) is known color: Sunflower. HEX triplet: DD, C7 and 09. RGB value is (221,199,9). Sum of RGB (Red+Green+Blue) = 221+199+9=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 9 (3.91% from 255 or 2.10% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC709 is #2238F6. Grayscale: #B8B8B8. Windows color (decimal): -2242807 or 640989. OLE color: 640989.

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

Color convert

RGB 221 199 9 -
CMYK 0 0.10 0.96 0.13
HSL 53.77º 0.92% 0.45% -
HSV(B) 53.77º 0.96% 0.87% -
XYZ 50.29 56.24 8.46 -
YUV 183.92 29.29 154.45 -
System Red Green Blue C M Y K H S L
Decimal 221 199 9 0 0.10 0.96 0.13 53.77 0.92 0.45
Hex DD C7 9 0 A 60 D 36 5C 2D
Octal 335 307 11 0 12 140 15 66 134 55
Binary 11011101 11000111 1001 0 1010 1100000 1101 110110 1011100 101101

Color Harmonies of #DDC709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC709

Black with #DDC709

Text Example


Text Example

White with #DDC709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC709; }

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

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

background-color css

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

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

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

border-color css

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

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

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