Html Css Color HEX #DD480E Persimmon

📋 copy color: '#DD480E'

red 221 ◦ green 72 ◦ blue 14

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

Shades of Persimmon #DD480E

Tints of Persimmon #DD480E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.56%

R = 71.99%
G = 23.45%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD480E (or 0xDD480E) is known color: Persimmon. HEX triplet: DD, 48 and 0E. RGB value is (221,72,14). Sum of RGB (Red+Green+Blue) = 221+72+14=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD480E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD480E is #22B7F1. Grayscale: #6E6E6E. Windows color (decimal): -2275314 or 936157. OLE color: 936157.

HSL color Cylindrical-coordinate representation of color #DD480E: hue angle of 16.81º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD480E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 72 14 -
CMYK 0 0.67 0.94 0.13
HSL 16.81º 0.88% 0.46% -
HSV(B) 16.81º 0.94% 0.87% -
XYZ 32.22 20.04 2.59 -
YUV 109.94 73.86 207.22 -
System Red Green Blue C M Y K H S L
Decimal 221 72 14 0 0.67 0.94 0.13 16.81 0.88 0.46
Hex DD 48 E 0 43 5E D 11 58 2E
Octal 335 110 16 0 103 136 15 21 130 56
Binary 11011101 1001000 1110 0 1000011 1011110 1101 10001 1011000 101110

Color Harmonies of #DD480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD480E

Black with #DD480E

Text Example


Text Example

White with #DD480E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD480E; }

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

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

background-color css

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

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

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

border-color css

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

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

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