Html Css Color HEX #DD5311 Persimmon

📋 copy color: '#DD5311'

red 221 ◦ green 83 ◦ blue 17

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

Shades of Persimmon #DD5311

Tints of Persimmon #DD5311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.86%

 BLUE value IS 17 (7.03% from 255) = 5.3%

R = 68.85%
G = 25.86%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD5311 (or 0xDD5311) is known color: Persimmon. HEX triplet: DD, 53 and 11. RGB value is (221,83,17). Sum of RGB (Red+Green+Blue) = 221+83+17=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5311 is #22ACEE. Grayscale: #757575. Windows color (decimal): -2272495 or 1135581. OLE color: 1135581.

HSL color Cylindrical-coordinate representation of color #DD5311: hue angle of 19.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD5311 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 83 17 -
CMYK 0 0.62 0.92 0.13
HSL 19.41º 0.86% 0.47% -
HSV(B) 19.41º 0.92% 0.87% -
XYZ 33.01 21.6 2.96 -
YUV 116.74 71.72 202.37 -
System Red Green Blue C M Y K H S L
Decimal 221 83 17 0 0.62 0.92 0.13 19.41 0.86 0.47
Hex DD 53 11 0 3E 5C D 13 56 2F
Octal 335 123 21 0 76 134 15 23 126 57
Binary 11011101 1010011 10001 0 111110 1011100 1101 10011 1010110 101111

Color Harmonies of #DD5311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5311

Black with #DD5311

Text Example


Text Example

White with #DD5311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5311; }

 p { color: rgb(221,83,17); }

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

background-color css

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

 a { background-color: rgb(221,83,17); }

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

border-color css

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

 span { border-color: rgb(221,83,17); }

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