Html Css Color HEX #DD580D Persimmon

📋 copy color: '#DD580D'

red 221 ◦ green 88 ◦ blue 13

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

Shades of Persimmon #DD580D

Tints of Persimmon #DD580D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.04%

R = 68.63%
G = 27.33%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD580D (or 0xDD580D) is known color: Persimmon. HEX triplet: DD, 58 and 0D. RGB value is (221,88,13). Sum of RGB (Red+Green+Blue) = 221+88+13=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD580D is #22A7F2. Grayscale: #777777. Windows color (decimal): -2271219 or 874717. OLE color: 874717.

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

Color convert

RGB 221 88 13 -
CMYK 0 0.60 0.94 0.13
HSL 21.63º 0.89% 0.46% -
HSV(B) 21.63º 0.94% 0.87% -
XYZ 33.38 22.38 2.94 -
YUV 119.22 68.06 200.6 -
System Red Green Blue C M Y K H S L
Decimal 221 88 13 0 0.60 0.94 0.13 21.63 0.89 0.46
Hex DD 58 D 0 3C 5E D 16 59 2E
Octal 335 130 15 0 74 136 15 26 131 56
Binary 11011101 1011000 1101 0 111100 1011110 1101 10110 1011001 101110

Color Harmonies of #DD580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD580D

Black with #DD580D

Text Example


Text Example

White with #DD580D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD580D; }

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

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

background-color css

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

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

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

border-color css

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

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

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