Html Css Color HEX #DD5007 Persimmon

📋 copy color: '#DD5007'

red 221 ◦ green 80 ◦ blue 7

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

Shades of Persimmon #DD5007

Tints of Persimmon #DD5007

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.97%

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

R = 71.75%
G = 25.97%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD5007 (or 0xDD5007) is known color: Persimmon. HEX triplet: DD, 50 and 07. RGB value is (221,80,7). Sum of RGB (Red+Green+Blue) = 221+80+7=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5007 is #22AFF8. Grayscale: #727272. Windows color (decimal): -2273273 or 479453. OLE color: 479453.

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

Color convert

RGB 221 80 7 -
CMYK 0 0.64 0.97 0.13
HSL 20.47º 0.94% 0.45% -
HSV(B) 20.47º 0.97% 0.87% -
XYZ 32.73 21.12 2.55 -
YUV 113.84 67.71 204.44 -
System Red Green Blue C M Y K H S L
Decimal 221 80 7 0 0.64 0.97 0.13 20.47 0.94 0.45
Hex DD 50 7 0 40 61 D 14 5E 2D
Octal 335 120 7 0 100 141 15 24 136 55
Binary 11011101 1010000 111 0 1000000 1100001 1101 10100 1011110 101101

Color Harmonies of #DD5007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5007

Black with #DD5007

Text Example


Text Example

White with #DD5007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5007; }

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

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

background-color css

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

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

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

border-color css

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

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

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