Html Css Color HEX #DD5612 Persimmon

📋 copy color: '#DD5612'

red 221 ◦ green 86 ◦ blue 18

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

Shades of Persimmon #DD5612

Tints of Persimmon #DD5612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.46%

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

R = 68%
G = 26.46%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD5612 (or 0xDD5612) is known color: Persimmon. HEX triplet: DD, 56 and 12. RGB value is (221,86,18). Sum of RGB (Red+Green+Blue) = 221+86+18=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5612 is #22A9ED. Grayscale: #777777. Windows color (decimal): -2271726 or 1201885. OLE color: 1201885.

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

Color convert

RGB 221 86 18 -
CMYK 0 0.61 0.92 0.13
HSL 20.1º 0.85% 0.47% -
HSV(B) 20.1º 0.92% 0.87% -
XYZ 33.26 22.07 3.08 -
YUV 118.61 71.23 201.03 -
System Red Green Blue C M Y K H S L
Decimal 221 86 18 0 0.61 0.92 0.13 20.1 0.85 0.47
Hex DD 56 12 0 3D 5C D 14 55 2F
Octal 335 126 22 0 75 134 15 24 125 57
Binary 11011101 1010110 10010 0 111101 1011100 1101 10100 1010101 101111

Color Harmonies of #DD5612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5612

Black with #DD5612

Text Example


Text Example

White with #DD5612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5612; }

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

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

background-color css

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

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

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

border-color css

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

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

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