Html Css Color HEX #DD5315 Persimmon

📋 copy color: '#DD5315'

red 221 ◦ green 83 ◦ blue 21

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

Shades of Persimmon #DD5315

Tints of Persimmon #DD5315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.54%

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

R = 68%
G = 25.54%
B = 6.46%

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

#DD5315 (or 0xDD5315) is known color: Persimmon. HEX triplet: DD, 53 and 15. RGB value is (221,83,21). Sum of RGB (Red+Green+Blue) = 221+83+21=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5315 is #22ACEA. Grayscale: #757575. Windows color (decimal): -2272491 or 1397725. OLE color: 1397725.

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

Color convert

RGB 221 83 21 -
CMYK 0 0.62 0.90 0.13
HSL 18.6º 0.83% 0.47% -
HSV(B) 18.6º 0.9% 0.87% -
XYZ 33.05 21.61 3.14 -
YUV 117.19 73.72 202.04 -
System Red Green Blue C M Y K H S L
Decimal 221 83 21 0 0.62 0.90 0.13 18.6 0.83 0.47
Hex DD 53 15 0 3E 5A D 13 53 2F
Octal 335 123 25 0 76 132 15 23 123 57
Binary 11011101 1010011 10101 0 111110 1011010 1101 10011 1010011 101111

Color Harmonies of #DD5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5315

Black with #DD5315

Text Example


Text Example

White with #DD5315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5315; }

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

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

background-color css

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

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

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

border-color css

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

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

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