Html Css Color HEX #DD4805 Persimmon

📋 copy color: '#DD4805'

red 221 ◦ green 72 ◦ blue 5

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

Shades of Persimmon #DD4805

Tints of Persimmon #DD4805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.16%

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

R = 74.16%
G = 24.16%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD4805 (or 0xDD4805) is known color: Persimmon. HEX triplet: DD, 48 and 05. RGB value is (221,72,5). Sum of RGB (Red+Green+Blue) = 221+72+5=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4805 is #22B7FA. Grayscale: #6D6D6D. Windows color (decimal): -2275323 or 346333. OLE color: 346333.

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

Color convert

RGB 221 72 5 -
CMYK 0 0.67 0.98 0.13
HSL 18.61º 0.96% 0.44% -
HSV(B) 18.61º 0.98% 0.87% -
XYZ 32.16 20.02 2.31 -
YUV 108.91 69.36 207.95 -
System Red Green Blue C M Y K H S L
Decimal 221 72 5 0 0.67 0.98 0.13 18.61 0.96 0.44
Hex DD 48 5 0 43 62 D 13 60 2C
Octal 335 110 5 0 103 142 15 23 140 54
Binary 11011101 1001000 101 0 1000011 1100010 1101 10011 1100000 101100

Color Harmonies of #DD4805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4805

Black with #DD4805

Text Example


Text Example

White with #DD4805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4805; }

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

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

background-color css

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

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

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

border-color css

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

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

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