Html Css Color HEX #DD5415 Persimmon

📋 copy color: '#DD5415'

red 221 ◦ green 84 ◦ blue 21

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

Shades of Persimmon #DD5415

Tints of Persimmon #DD5415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.77%

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

R = 67.79%
G = 25.77%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD5415 (or 0xDD5415) is known color: Persimmon. HEX triplet: DD, 54 and 15. RGB value is (221,84,21). Sum of RGB (Red+Green+Blue) = 221+84+21=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5415 is #22ABEA. Grayscale: #767676. Windows color (decimal): -2272235 or 1397981. OLE color: 1397981.

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

Color convert

RGB 221 84 21 -
CMYK 0 0.62 0.90 0.13
HSL 18.9º 0.83% 0.47% -
HSV(B) 18.9º 0.9% 0.87% -
XYZ 33.12 21.77 3.17 -
YUV 117.78 73.39 201.62 -
System Red Green Blue C M Y K H S L
Decimal 221 84 21 0 0.62 0.90 0.13 18.9 0.83 0.47
Hex DD 54 15 0 3E 5A D 13 53 2F
Octal 335 124 25 0 76 132 15 23 123 57
Binary 11011101 1010100 10101 0 111110 1011010 1101 10011 1010011 101111

Color Harmonies of #DD5415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5415

Black with #DD5415

Text Example


Text Example

White with #DD5415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5415; }

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

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

background-color css

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

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

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

border-color css

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

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

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