Html Css Color HEX #DD510D Persimmon

📋 copy color: '#DD510D'

red 221 ◦ green 81 ◦ blue 13

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

Shades of Persimmon #DD510D

Tints of Persimmon #DD510D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.71%

 BLUE value IS 13 (5.47% from 255) = 4.13%

R = 70.16%
G = 25.71%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD510D (or 0xDD510D) is known color: Persimmon. HEX triplet: DD, 51 and 0D. RGB value is (221,81,13). Sum of RGB (Red+Green+Blue) = 221+81+13=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD510D is #22AEF2. Grayscale: #737373. Windows color (decimal): -2273011 or 872925. OLE color: 872925.

HSL color Cylindrical-coordinate representation of color #DD510D: hue angle of 19.62º degrees, saturation: 0.89, 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 #DD510D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 81 13 -
CMYK 0 0.63 0.94 0.13
HSL 19.62º 0.89% 0.46% -
HSV(B) 19.62º 0.94% 0.87% -
XYZ 32.83 21.29 2.76 -
YUV 115.11 70.38 203.53 -
System Red Green Blue C M Y K H S L
Decimal 221 81 13 0 0.63 0.94 0.13 19.62 0.89 0.46
Hex DD 51 D 0 3F 5E D 14 59 2E
Octal 335 121 15 0 77 136 15 24 131 56
Binary 11011101 1010001 1101 0 111111 1011110 1101 10100 1011001 101110

Color Harmonies of #DD510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD510D

Black with #DD510D

Text Example


Text Example

White with #DD510D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD510D; }

 p { color: rgb(221,81,13); }

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

background-color css

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

 a { background-color: rgb(221,81,13); }

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

border-color css

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

 span { border-color: rgb(221,81,13); }

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