Html Css Color HEX #DDC516 Sunflower

📋 copy color: '#DDC516'

red 221 ◦ green 197 ◦ blue 22

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

Shades of Sunflower #DDC516

Tints of Sunflower #DDC516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5%

R = 50.23%
G = 44.77%
B = 5%

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

#DDC516 (or 0xDDC516) is known color: Sunflower. HEX triplet: DD, C5 and 16. RGB value is (221,197,22). Sum of RGB (Red+Green+Blue) = 221+197+22=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC516 is #223AE9. Grayscale: #B8B8B8. Windows color (decimal): -2243306 or 1492445. OLE color: 1492445.

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

Color convert

RGB 221 197 22 -
CMYK 0 0.11 0.90 0.13
HSL 52.76º 0.82% 0.48% -
HSV(B) 52.76º 0.9% 0.87% -
XYZ 49.93 55.36 8.81 -
YUV 184.23 36.45 154.23 -
System Red Green Blue C M Y K H S L
Decimal 221 197 22 0 0.11 0.90 0.13 52.76 0.82 0.48
Hex DD C5 16 0 B 5A D 35 52 30
Octal 335 305 26 0 13 132 15 65 122 60
Binary 11011101 11000101 10110 0 1011 1011010 1101 110101 1010010 110000

Color Harmonies of #DDC516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC516

Black with #DDC516

Text Example


Text Example

White with #DDC516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC516; }

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

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

background-color css

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

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

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

border-color css

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

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

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