Html Css Color HEX #DD5606 Persimmon

📋 copy color: '#DD5606'

red 221 ◦ green 86 ◦ blue 6

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

Shades of Persimmon #DD5606

Tints of Persimmon #DD5606

RGB

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

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

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

R = 70.61%
G = 27.48%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD5606 (or 0xDD5606) is known color: Persimmon. HEX triplet: DD, 56 and 06. RGB value is (221,86,6). Sum of RGB (Red+Green+Blue) = 221+86+6=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5606 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5606 is #22A9F9. Grayscale: #757575. Windows color (decimal): -2271738 or 415453. OLE color: 415453.

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

Color convert

RGB 221 86 6 -
CMYK 0 0.61 0.97 0.13
HSL 22.33º 0.95% 0.45% -
HSV(B) 22.33º 0.97% 0.87% -
XYZ 33.18 22.04 2.68 -
YUV 117.25 65.23 202 -
System Red Green Blue C M Y K H S L
Decimal 221 86 6 0 0.61 0.97 0.13 22.33 0.95 0.45
Hex DD 56 6 0 3D 61 D 16 5F 2D
Octal 335 126 6 0 75 141 15 26 137 55
Binary 11011101 1010110 110 0 111101 1100001 1101 10110 1011111 101101

Color Harmonies of #DD5606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5606

Black with #DD5606

Text Example


Text Example

White with #DD5606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5606; }

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

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

background-color css

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

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

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

border-color css

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

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

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