Html Css Color HEX #DD5016 Persimmon

📋 copy color: '#DD5016'

red 221 ◦ green 80 ◦ blue 22

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

Shades of Persimmon #DD5016

Tints of Persimmon #DD5016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.77%

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

R = 68.42%
G = 24.77%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD5016 (or 0xDD5016) is known color: Persimmon. HEX triplet: DD, 50 and 16. RGB value is (221,80,22). Sum of RGB (Red+Green+Blue) = 221+80+22=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5016 is #22AFE9. Grayscale: #737373. Windows color (decimal): -2273258 or 1462493. OLE color: 1462493.

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

Color convert

RGB 221 80 22 -
CMYK 0 0.64 0.90 0.13
HSL 17.49º 0.82% 0.48% -
HSV(B) 17.49º 0.9% 0.87% -
XYZ 32.83 21.17 3.11 -
YUV 115.55 75.21 203.22 -
System Red Green Blue C M Y K H S L
Decimal 221 80 22 0 0.64 0.90 0.13 17.49 0.82 0.48
Hex DD 50 16 0 40 5A D 11 52 30
Octal 335 120 26 0 100 132 15 21 122 60
Binary 11011101 1010000 10110 0 1000000 1011010 1101 10001 1010010 110000

Color Harmonies of #DD5016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5016

Black with #DD5016

Text Example


Text Example

White with #DD5016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5016; }

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

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

background-color css

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

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

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

border-color css

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

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

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