Html Css Color HEX #DD5C0E Persimmon

📋 copy color: '#DD5C0E'

red 221 ◦ green 92 ◦ blue 14

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

Shades of Persimmon #DD5C0E

Tints of Persimmon #DD5C0E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.13%

 BLUE value IS 14 (5.86% from 255) = 4.28%

R = 67.58%
G = 28.13%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD5C0E (or 0xDD5C0E) is known color: Persimmon. HEX triplet: DD, 5C and 0E. RGB value is (221,92,14). Sum of RGB (Red+Green+Blue) = 221+92+14=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5C0E is #22A3F1. Grayscale: #7A7A7A. Windows color (decimal): -2270194 or 941277. OLE color: 941277.

HSL color Cylindrical-coordinate representation of color #DD5C0E: hue angle of 22.61º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD5C0E is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 92 14 -
CMYK 0 0.58 0.94 0.13
HSL 22.61º 0.88% 0.46% -
HSV(B) 22.61º 0.94% 0.87% -
XYZ 33.73 23.06 3.09 -
YUV 121.68 67.24 198.84 -
System Red Green Blue C M Y K H S L
Decimal 221 92 14 0 0.58 0.94 0.13 22.61 0.88 0.46
Hex DD 5C E 0 3A 5E D 17 58 2E
Octal 335 134 16 0 72 136 15 27 130 56
Binary 11011101 1011100 1110 0 111010 1011110 1101 10111 1011000 101110

Color Harmonies of #DD5C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C0E

Black with #DD5C0E

Text Example


Text Example

White with #DD5C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C0E; }

 p { color: rgb(221,92,14); }

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

background-color css

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

 a { background-color: rgb(221,92,14); }

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

border-color css

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

 span { border-color: rgb(221,92,14); }

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