Html Css Color HEX #DD4F05 Persimmon

📋 copy color: '#DD4F05'

red 221 ◦ green 79 ◦ blue 5

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

Shades of Persimmon #DD4F05

Tints of Persimmon #DD4F05

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.9%

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 72.46%
G = 25.9%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD4F05 (or 0xDD4F05) is known color: Persimmon. HEX triplet: DD, 4F and 05. RGB value is (221,79,5). Sum of RGB (Red+Green+Blue) = 221+79+5=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4F05 is #22B0FA. Grayscale: #717171. Windows color (decimal): -2273531 or 348125. OLE color: 348125.

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

Color convert

RGB 221 79 5 -
CMYK 0 0.64 0.98 0.13
HSL 20.56º 0.96% 0.44% -
HSV(B) 20.56º 0.98% 0.87% -
XYZ 32.64 20.98 2.47 -
YUV 113.02 67.04 205.02 -
System Red Green Blue C M Y K H S L
Decimal 221 79 5 0 0.64 0.98 0.13 20.56 0.96 0.44
Hex DD 4F 5 0 40 62 D 15 60 2C
Octal 335 117 5 0 100 142 15 25 140 54
Binary 11011101 1001111 101 0 1000000 1100010 1101 10101 1100000 101100

Color Harmonies of #DD4F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F05

Black with #DD4F05

Text Example


Text Example

White with #DD4F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F05; }

 p { color: rgb(221,79,5); }

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

background-color css

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

 a { background-color: rgb(221,79,5); }

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

border-color css

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

 span { border-color: rgb(221,79,5); }

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