Html Css Color HEX #DD5508 Persimmon

📋 copy color: '#DD5508'

red 221 ◦ green 85 ◦ blue 8

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

Shades of Persimmon #DD5508

Tints of Persimmon #DD5508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.07%

 BLUE value IS 8 (3.52% from 255) = 2.55%

R = 70.38%
G = 27.07%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD5508 (or 0xDD5508) is known color: Persimmon. HEX triplet: DD, 55 and 08. RGB value is (221,85,8). Sum of RGB (Red+Green+Blue) = 221+85+8=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5508 is #22AAF7. Grayscale: #757575. Windows color (decimal): -2271992 or 546269. OLE color: 546269.

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

Color convert

RGB 221 85 8 -
CMYK 0 0.62 0.96 0.13
HSL 21.69º 0.93% 0.45% -
HSV(B) 21.69º 0.96% 0.87% -
XYZ 33.11 21.89 2.71 -
YUV 116.89 66.56 202.26 -
System Red Green Blue C M Y K H S L
Decimal 221 85 8 0 0.62 0.96 0.13 21.69 0.93 0.45
Hex DD 55 8 0 3E 60 D 16 5D 2D
Octal 335 125 10 0 76 140 15 26 135 55
Binary 11011101 1010101 1000 0 111110 1100000 1101 10110 1011101 101101

Color Harmonies of #DD5508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5508

Black with #DD5508

Text Example


Text Example

White with #DD5508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5508; }

 p { color: rgb(221,85,8); }

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

background-color css

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

 a { background-color: rgb(221,85,8); }

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

border-color css

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

 span { border-color: rgb(221,85,8); }

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