Html Css Color HEX #DD5015 Persimmon

📋 copy color: '#DD5015'

red 221 ◦ green 80 ◦ blue 21

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

Shades of Persimmon #DD5015

Tints of Persimmon #DD5015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.84%

 BLUE value IS 21 (8.59% from 255) = 6.52%

R = 68.63%
G = 24.84%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD5015 (or 0xDD5015) is known color: Persimmon. HEX triplet: DD, 50 and 15. RGB value is (221,80,21). Sum of RGB (Red+Green+Blue) = 221+80+21=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5015 is #22AFEA. Grayscale: #737373. Windows color (decimal): -2273259 or 1396957. OLE color: 1396957.

HSL color Cylindrical-coordinate representation of color #DD5015: hue angle of 17.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD5015 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 80 21 -
CMYK 0 0.64 0.90 0.13
HSL 17.7º 0.83% 0.47% -
HSV(B) 17.7º 0.9% 0.87% -
XYZ 32.82 21.16 3.06 -
YUV 115.43 74.71 203.3 -
System Red Green Blue C M Y K H S L
Decimal 221 80 21 0 0.64 0.90 0.13 17.7 0.83 0.47
Hex DD 50 15 0 40 5A D 12 53 2F
Octal 335 120 25 0 100 132 15 22 123 57
Binary 11011101 1010000 10101 0 1000000 1011010 1101 10010 1010011 101111

Color Harmonies of #DD5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5015

Black with #DD5015

Text Example


Text Example

White with #DD5015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5015; }

 p { color: rgb(221,80,21); }

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

background-color css

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

 a { background-color: rgb(221,80,21); }

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

border-color css

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

 span { border-color: rgb(221,80,21); }

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