Html Css Color HEX #DD5207 Persimmon

📋 copy color: '#DD5207'

red 221 ◦ green 82 ◦ blue 7

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

Shades of Persimmon #DD5207

Tints of Persimmon #DD5207

RGB

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

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

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

R = 71.29%
G = 26.45%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD5207 (or 0xDD5207) is known color: Persimmon. HEX triplet: DD, 52 and 07. RGB value is (221,82,7). Sum of RGB (Red+Green+Blue) = 221+82+7=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5207 is #22ADF8. Grayscale: #737373. Windows color (decimal): -2272761 or 479965. OLE color: 479965.

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

Color convert

RGB 221 82 7 -
CMYK 0 0.63 0.97 0.13
HSL 21.03º 0.94% 0.45% -
HSV(B) 21.03º 0.97% 0.87% -
XYZ 32.87 21.42 2.6 -
YUV 115.01 67.05 203.6 -
System Red Green Blue C M Y K H S L
Decimal 221 82 7 0 0.63 0.97 0.13 21.03 0.94 0.45
Hex DD 52 7 0 3F 61 D 15 5E 2D
Octal 335 122 7 0 77 141 15 25 136 55
Binary 11011101 1010010 111 0 111111 1100001 1101 10101 1011110 101101

Color Harmonies of #DD5207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5207

Black with #DD5207

Text Example


Text Example

White with #DD5207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5207; }

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

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

background-color css

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

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

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

border-color css

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

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

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