Html Css Color HEX #DD5F07 Persimmon

📋 copy color: '#DD5F07'

red 221 ◦ green 95 ◦ blue 7

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

Shades of Persimmon #DD5F07

Tints of Persimmon #DD5F07

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.41%

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

R = 68.42%
G = 29.41%
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

#DD5F07 (or 0xDD5F07) is known color: Persimmon. HEX triplet: DD, 5F and 07. RGB value is (221,95,7). Sum of RGB (Red+Green+Blue) = 221+95+7=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5F07 is #22A0F8. Grayscale: #7B7B7B. Windows color (decimal): -2269433 or 483293. OLE color: 483293.

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

Color convert

RGB 221 95 7 -
CMYK 0 0.57 0.97 0.13
HSL 24.67º 0.94% 0.45% -
HSV(B) 24.67º 0.97% 0.87% -
XYZ 33.95 23.57 2.96 -
YUV 122.64 62.74 198.16 -
System Red Green Blue C M Y K H S L
Decimal 221 95 7 0 0.57 0.97 0.13 24.67 0.94 0.45
Hex DD 5F 7 0 39 61 D 19 5E 2D
Octal 335 137 7 0 71 141 15 31 136 55
Binary 11011101 1011111 111 0 111001 1100001 1101 11001 1011110 101101

Color Harmonies of #DD5F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5F07

Black with #DD5F07

Text Example


Text Example

White with #DD5F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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