Html Css Color HEX #DD4802 Persimmon

📋 copy color: '#DD4802'

red 221 ◦ green 72 ◦ blue 2

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

Shades of Persimmon #DD4802

Tints of Persimmon #DD4802

RGB

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

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

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

R = 74.92%
G = 24.41%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD4802 (or 0xDD4802) is known color: Persimmon. HEX triplet: DD, 48 and 02. RGB value is (221,72,2). Sum of RGB (Red+Green+Blue) = 221+72+2=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4802 is #22B7FD. Grayscale: #6D6D6D. Windows color (decimal): -2275326 or 149725. OLE color: 149725.

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

Color convert

RGB 221 72 2 -
CMYK 0 0.67 0.99 0.13
HSL 19.18º 0.98% 0.44% -
HSV(B) 19.18º 0.99% 0.87% -
XYZ 32.15 20.01 2.23 -
YUV 108.57 67.86 208.19 -
System Red Green Blue C M Y K H S L
Decimal 221 72 2 0 0.67 0.99 0.13 19.18 0.98 0.44
Hex DD 48 2 0 43 63 D 13 62 2C
Octal 335 110 2 0 103 143 15 23 142 54
Binary 11011101 1001000 10 0 1000011 1100011 1101 10011 1100010 101100

Color Harmonies of #DD4802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4802

Black with #DD4802

Text Example


Text Example

White with #DD4802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4802; }

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

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

background-color css

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

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

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

border-color css

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

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

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