Html Css Color HEX #DDC609 Sunflower

📋 copy color: '#DDC609'

red 221 ◦ green 198 ◦ blue 9

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

Shades of Sunflower #DDC609

Tints of Sunflower #DDC609

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.26%

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

R = 51.64%
G = 46.26%
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

#DDC609 (or 0xDDC609) is known color: Sunflower. HEX triplet: DD, C6 and 09. RGB value is (221,198,9). Sum of RGB (Red+Green+Blue) = 221+198+9=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 9 (3.91% from 255 or 2.10% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC609 is #2239F6. Grayscale: #B8B8B8. Windows color (decimal): -2243063 or 640733. OLE color: 640733.

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

Color convert

RGB 221 198 9 -
CMYK 0 0.10 0.96 0.13
HSL 53.49º 0.92% 0.45% -
HSV(B) 53.49º 0.96% 0.87% -
XYZ 50.06 55.78 8.39 -
YUV 183.33 29.62 154.87 -
System Red Green Blue C M Y K H S L
Decimal 221 198 9 0 0.10 0.96 0.13 53.49 0.92 0.45
Hex DD C6 9 0 A 60 D 35 5C 2D
Octal 335 306 11 0 12 140 15 65 134 55
Binary 11011101 11000110 1001 0 1010 1100000 1101 110101 1011100 101101

Color Harmonies of #DDC609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC609

Black with #DDC609

Text Example


Text Example

White with #DDC609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC609; }

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

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

background-color css

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

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

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

border-color css

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

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

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