Html Css Color HEX #DD5E07 Persimmon

📋 copy color: '#DD5E07'

red 221 ◦ green 94 ◦ blue 7

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

Shades of Persimmon #DD5E07

Tints of Persimmon #DD5E07

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.19%

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

R = 68.63%
G = 29.19%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD5E07 (or 0xDD5E07) is known color: Persimmon. HEX triplet: DD, 5E and 07. RGB value is (221,94,7). Sum of RGB (Red+Green+Blue) = 221+94+7=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5E07 is #22A1F8. Grayscale: #7A7A7A. Windows color (decimal): -2269689 or 483037. OLE color: 483037.

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

Color convert

RGB 221 94 7 -
CMYK 0 0.57 0.97 0.13
HSL 24.39º 0.94% 0.45% -
HSV(B) 24.39º 0.97% 0.87% -
XYZ 33.86 23.39 2.93 -
YUV 122.06 63.08 198.57 -
System Red Green Blue C M Y K H S L
Decimal 221 94 7 0 0.57 0.97 0.13 24.39 0.94 0.45
Hex DD 5E 7 0 39 61 D 18 5E 2D
Octal 335 136 7 0 71 141 15 30 136 55
Binary 11011101 1011110 111 0 111001 1100001 1101 11000 1011110 101101

Color Harmonies of #DD5E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E07

Black with #DD5E07

Text Example


Text Example

White with #DD5E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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