Html Css Color HEX #DDC517 Sunflower

📋 copy color: '#DDC517'

red 221 ◦ green 197 ◦ blue 23

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

Shades of Sunflower #DDC517

Tints of Sunflower #DDC517

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.67%

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

R = 50.11%
G = 44.67%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDC517 (or 0xDDC517) is known color: Sunflower. HEX triplet: DD, C5 and 17. RGB value is (221,197,23). Sum of RGB (Red+Green+Blue) = 221+197+23=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 23 (9.38% from 255 or 5.22% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC517 is #223AE8. Grayscale: #B9B9B9. Windows color (decimal): -2243305 or 1557981. OLE color: 1557981.

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

Color convert

RGB 221 197 23 -
CMYK 0 0.11 0.90 0.13
HSL 52.73º 0.81% 0.48% -
HSV(B) 52.73º 0.9% 0.87% -
XYZ 49.94 55.37 8.87 -
YUV 184.34 36.95 154.15 -
System Red Green Blue C M Y K H S L
Decimal 221 197 23 0 0.11 0.90 0.13 52.73 0.81 0.48
Hex DD C5 17 0 B 5A D 35 51 30
Octal 335 305 27 0 13 132 15 65 121 60
Binary 11011101 11000101 10111 0 1011 1011010 1101 110101 1010001 110000

Color Harmonies of #DDC517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC517

Black with #DDC517

Text Example


Text Example

White with #DDC517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC517; }

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

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

background-color css

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

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

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

border-color css

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

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

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