Html Css Color HEX #DD5F02 Persimmon

📋 copy color: '#DD5F02'

red 221 ◦ green 95 ◦ blue 2

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

Shades of Persimmon #DD5F02

Tints of Persimmon #DD5F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 69.5%
G = 29.87%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD5F02 (or 0xDD5F02) is known color: Persimmon. HEX triplet: DD, 5F and 02. RGB value is (221,95,2). Sum of RGB (Red+Green+Blue) = 221+95+2=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5F02 is #22A0FD. Grayscale: #7A7A7A. Windows color (decimal): -2269438 or 155613. OLE color: 155613.

HSL color Cylindrical-coordinate representation of color #DD5F02: hue angle of 25.48º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD5F02 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 95 2 -
CMYK 0 0.57 0.99 0.13
HSL 25.48º 0.98% 0.44% -
HSV(B) 25.48º 0.99% 0.87% -
XYZ 33.92 23.56 2.82 -
YUV 122.07 60.24 198.56 -
System Red Green Blue C M Y K H S L
Decimal 221 95 2 0 0.57 0.99 0.13 25.48 0.98 0.44
Hex DD 5F 2 0 39 63 D 19 62 2C
Octal 335 137 2 0 71 143 15 31 142 54
Binary 11011101 1011111 10 0 111001 1100011 1101 11001 1100010 101100

Color Harmonies of #DD5F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5F02

Black with #DD5F02

Text Example


Text Example

White with #DD5F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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