Html Css Color HEX #DD5506 Persimmon

📋 copy color: '#DD5506'

red 221 ◦ green 85 ◦ blue 6

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

Shades of Persimmon #DD5506

Tints of Persimmon #DD5506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.92%

R = 70.83%
G = 27.24%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD5506 (or 0xDD5506) is known color: Persimmon. HEX triplet: DD, 55 and 06. RGB value is (221,85,6). Sum of RGB (Red+Green+Blue) = 221+85+6=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5506 is #22AAF9. Grayscale: #757575. Windows color (decimal): -2271994 or 415197. OLE color: 415197.

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

Color convert

RGB 221 85 6 -
CMYK 0 0.62 0.97 0.13
HSL 22.05º 0.95% 0.45% -
HSV(B) 22.05º 0.97% 0.87% -
XYZ 33.1 21.88 2.65 -
YUV 116.66 65.56 202.42 -
System Red Green Blue C M Y K H S L
Decimal 221 85 6 0 0.62 0.97 0.13 22.05 0.95 0.45
Hex DD 55 6 0 3E 61 D 16 5F 2D
Octal 335 125 6 0 76 141 15 26 137 55
Binary 11011101 1010101 110 0 111110 1100001 1101 10110 1011111 101101

Color Harmonies of #DD5506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5506

Black with #DD5506

Text Example


Text Example

White with #DD5506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5506; }

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

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

background-color css

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

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

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

border-color css

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

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

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