Html Css Color HEX #DD5807 Persimmon

📋 copy color: '#DD5807'

red 221 ◦ green 88 ◦ blue 7

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

Shades of Persimmon #DD5807

Tints of Persimmon #DD5807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.22%

R = 69.94%
G = 27.85%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD5807 (or 0xDD5807) is known color: Persimmon. HEX triplet: DD, 58 and 07. RGB value is (221,88,7). Sum of RGB (Red+Green+Blue) = 221+88+7=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5807 is #22A7F8. Grayscale: #767676. Windows color (decimal): -2271225 or 481501. OLE color: 481501.

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

Color convert

RGB 221 88 7 -
CMYK 0 0.60 0.97 0.13
HSL 22.71º 0.94% 0.45% -
HSV(B) 22.71º 0.97% 0.87% -
XYZ 33.35 22.37 2.76 -
YUV 118.53 65.06 201.09 -
System Red Green Blue C M Y K H S L
Decimal 221 88 7 0 0.60 0.97 0.13 22.71 0.94 0.45
Hex DD 58 7 0 3C 61 D 17 5E 2D
Octal 335 130 7 0 74 141 15 27 136 55
Binary 11011101 1011000 111 0 111100 1100001 1101 10111 1011110 101101

Color Harmonies of #DD5807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5807

Black with #DD5807

Text Example


Text Example

White with #DD5807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5807; }

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

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

background-color css

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

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

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

border-color css

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

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

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