Html Css Color HEX #DDC717 Sunflower

📋 copy color: '#DDC717'

red 221 ◦ green 199 ◦ blue 23

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

Shades of Sunflower #DDC717

Tints of Sunflower #DDC717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.19%

R = 49.89%
G = 44.92%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDC717 (or 0xDDC717) is known color: Sunflower. HEX triplet: DD, C7 and 17. RGB value is (221,199,23). Sum of RGB (Red+Green+Blue) = 221+199+23=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 23 (9.38% from 255 or 5.19% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC717 is #2238E8. Grayscale: #BABABA. Windows color (decimal): -2242793 or 1558493. OLE color: 1558493.

HSL color Cylindrical-coordinate representation of color #DDC717: hue angle of 53.33º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDC717 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 199 23 -
CMYK 0 0.10 0.90 0.13
HSL 53.33º 0.81% 0.48% -
HSV(B) 53.33º 0.9% 0.87% -
XYZ 50.4 56.28 9.02 -
YUV 185.51 36.29 153.31 -
System Red Green Blue C M Y K H S L
Decimal 221 199 23 0 0.10 0.90 0.13 53.33 0.81 0.48
Hex DD C7 17 0 A 5A D 35 51 30
Octal 335 307 27 0 12 132 15 65 121 60
Binary 11011101 11000111 10111 0 1010 1011010 1101 110101 1010001 110000

Color Harmonies of #DDC717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC717

Black with #DDC717

Text Example


Text Example

White with #DDC717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC717; }

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

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

background-color css

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

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

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

border-color css

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

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

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