Html Css Color HEX #DD480F Persimmon

📋 copy color: '#DD480F'

red 221 ◦ green 72 ◦ blue 15

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

Shades of Persimmon #DD480F

Tints of Persimmon #DD480F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.87%

R = 71.75%
G = 23.38%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD480F (or 0xDD480F) is known color: Persimmon. HEX triplet: DD, 48 and 0F. RGB value is (221,72,15). Sum of RGB (Red+Green+Blue) = 221+72+15=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD480F is #22B7F0. Grayscale: #6E6E6E. Windows color (decimal): -2275313 or 1001693. OLE color: 1001693.

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

Color convert

RGB 221 72 15 -
CMYK 0 0.67 0.93 0.13
HSL 16.6º 0.87% 0.46% -
HSV(B) 16.6º 0.93% 0.87% -
XYZ 32.22 20.04 2.62 -
YUV 110.05 74.36 207.13 -
System Red Green Blue C M Y K H S L
Decimal 221 72 15 0 0.67 0.93 0.13 16.6 0.87 0.46
Hex DD 48 F 0 43 5D D 11 57 2E
Octal 335 110 17 0 103 135 15 21 127 56
Binary 11011101 1001000 1111 0 1000011 1011101 1101 10001 1010111 101110

Color Harmonies of #DD480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD480F

Black with #DD480F

Text Example


Text Example

White with #DD480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD480F; }

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

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

background-color css

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

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

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

border-color css

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

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

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