Html Css Color HEX #DD5C07 Persimmon

📋 copy color: '#DD5C07'

red 221 ◦ green 92 ◦ blue 7

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

Shades of Persimmon #DD5C07

Tints of Persimmon #DD5C07

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.75%

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

R = 69.06%
G = 28.75%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD5C07 (or 0xDD5C07) is known color: Persimmon. HEX triplet: DD, 5C and 07. RGB value is (221,92,7). Sum of RGB (Red+Green+Blue) = 221+92+7=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5C07 is #22A3F8. Grayscale: #797979. Windows color (decimal): -2270201 or 482525. OLE color: 482525.

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

Color convert

RGB 221 92 7 -
CMYK 0 0.58 0.97 0.13
HSL 23.83º 0.94% 0.45% -
HSV(B) 23.83º 0.97% 0.87% -
XYZ 33.68 23.04 2.87 -
YUV 120.88 63.74 199.41 -
System Red Green Blue C M Y K H S L
Decimal 221 92 7 0 0.58 0.97 0.13 23.83 0.94 0.45
Hex DD 5C 7 0 3A 61 D 18 5E 2D
Octal 335 134 7 0 72 141 15 30 136 55
Binary 11011101 1011100 111 0 111010 1100001 1101 11000 1011110 101101

Color Harmonies of #DD5C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C07

Black with #DD5C07

Text Example


Text Example

White with #DD5C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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