Html Css Color HEX #DD5200 Persimmon

📋 copy color: '#DD5200'

red 221 ◦ green 82 ◦ blue 0

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

Shades of Persimmon #DD5200

Tints of Persimmon #DD5200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.06%

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

R = 72.94%
G = 27.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD5200 (or 0xDD5200) is known color: Persimmon. HEX triplet: DD, 52 and 00. RGB value is (221,82,0). Sum of RGB (Red+Green+Blue) = 221+82+0=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5200 is #22ADFF. Grayscale: #727272. Windows color (decimal): -2272768 or 21213. OLE color: 21213.

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

Color convert

RGB 221 82 0 -
CMYK 0 0.63 1 0.13
HSL 22.26º 1% 0.43% -
HSV(B) 22.26º 1% 0.87% -
XYZ 32.84 21.41 2.4 -
YUV 114.21 63.55 204.17 -
System Red Green Blue C M Y K H S L
Decimal 221 82 0 0 0.63 1 0.13 22.26 1 0.43
Hex DD 52 0 0 3F 64 D 16 64 2B
Octal 335 122 0 0 77 144 15 26 144 53
Binary 11011101 1010010 0 0 111111 1100100 1101 10110 1100100 101011

Color Harmonies of #DD5200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5200

Black with #DD5200

Text Example


Text Example

White with #DD5200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5200; }

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

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

background-color css

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

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

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

border-color css

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

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

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