Html Css Color HEX #DD5800 Persimmon

📋 copy color: '#DD5800'

red 221 ◦ green 88 ◦ blue 0

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

Shades of Persimmon #DD5800

Tints of Persimmon #DD5800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.52%
G = 28.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD5800 (or 0xDD5800) is known color: Persimmon. HEX triplet: DD, 58 and 00. RGB value is (221,88,0). Sum of RGB (Red+Green+Blue) = 221+88+0=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5800 is #22A7FF. Grayscale: #767676. Windows color (decimal): -2271232 or 22749. OLE color: 22749.

HSL color Cylindrical-coordinate representation of color #DD5800: hue angle of 23.89º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD5800 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 88 0 -
CMYK 0 0.60 1 0.13
HSL 23.89º 1% 0.43% -
HSV(B) 23.89º 1% 0.87% -
XYZ 33.31 22.35 2.56 -
YUV 117.74 61.56 201.66 -
System Red Green Blue C M Y K H S L
Decimal 221 88 0 0 0.60 1 0.13 23.89 1 0.43
Hex DD 58 0 0 3C 64 D 18 64 2B
Octal 335 130 0 0 74 144 15 30 144 53
Binary 11011101 1011000 0 0 111100 1100100 1101 11000 1100100 101011

Color Harmonies of #DD5800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5800

Black with #DD5800

Text Example


Text Example

White with #DD5800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5800; }

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

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

background-color css

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

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

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

border-color css

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

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

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