Html Css Color HEX #DD460D Persimmon

📋 copy color: '#DD460D'

red 221 ◦ green 70 ◦ blue 13

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

Shades of Persimmon #DD460D

Tints of Persimmon #DD460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.03%

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

R = 72.7%
G = 23.03%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD460D (or 0xDD460D) is known color: Persimmon. HEX triplet: DD, 46 and 0D. RGB value is (221,70,13). Sum of RGB (Red+Green+Blue) = 221+70+13=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD460D is #22B9F2. Grayscale: #6D6D6D. Windows color (decimal): -2275827 or 870109. OLE color: 870109.

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

Color convert

RGB 221 70 13 -
CMYK 0 0.68 0.94 0.13
HSL 16.44º 0.89% 0.46% -
HSV(B) 16.44º 0.94% 0.87% -
XYZ 32.08 19.78 2.51 -
YUV 108.65 74.03 208.13 -
System Red Green Blue C M Y K H S L
Decimal 221 70 13 0 0.68 0.94 0.13 16.44 0.89 0.46
Hex DD 46 D 0 44 5E D 10 59 2E
Octal 335 106 15 0 104 136 15 20 131 56
Binary 11011101 1000110 1101 0 1000100 1011110 1101 10000 1011001 101110

Color Harmonies of #DD460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD460D

Black with #DD460D

Text Example


Text Example

White with #DD460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD460D; }

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

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

background-color css

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

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

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

border-color css

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

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

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