Html Css Color HEX #DD5812 Persimmon

📋 copy color: '#DD5812'

red 221 ◦ green 88 ◦ blue 18

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

Shades of Persimmon #DD5812

Tints of Persimmon #DD5812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.91%

 BLUE value IS 18 (7.42% from 255) = 5.5%

R = 67.58%
G = 26.91%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD5812 (or 0xDD5812) is known color: Persimmon. HEX triplet: DD, 58 and 12. RGB value is (221,88,18). Sum of RGB (Red+Green+Blue) = 221+88+18=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5812 is #22A7ED. Grayscale: #787878. Windows color (decimal): -2271214 or 1202397. OLE color: 1202397.

HSL color Cylindrical-coordinate representation of color #DD5812: hue angle of 20.69º degrees, saturation: 0.85, 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 #DD5812 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 88 18 -
CMYK 0 0.60 0.92 0.13
HSL 20.69º 0.85% 0.47% -
HSV(B) 20.69º 0.92% 0.87% -
XYZ 33.42 22.4 3.13 -
YUV 119.79 70.56 200.19 -
System Red Green Blue C M Y K H S L
Decimal 221 88 18 0 0.60 0.92 0.13 20.69 0.85 0.47
Hex DD 58 12 0 3C 5C D 15 55 2F
Octal 335 130 22 0 74 134 15 25 125 57
Binary 11011101 1011000 10010 0 111100 1011100 1101 10101 1010101 101111

Color Harmonies of #DD5812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5812

Black with #DD5812

Text Example


Text Example

White with #DD5812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5812; }

 p { color: rgb(221,88,18); }

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

background-color css

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

 a { background-color: rgb(221,88,18); }

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

border-color css

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

 span { border-color: rgb(221,88,18); }

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