Html Css Color HEX #DD5010 Persimmon

📋 copy color: '#DD5010'

red 221 ◦ green 80 ◦ blue 16

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

Shades of Persimmon #DD5010

Tints of Persimmon #DD5010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.05%

R = 69.72%
G = 25.24%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD5010 (or 0xDD5010) is known color: Persimmon. HEX triplet: DD, 50 and 10. RGB value is (221,80,16). Sum of RGB (Red+Green+Blue) = 221+80+16=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5010 is #22AFEF. Grayscale: #737373. Windows color (decimal): -2273264 or 1069277. OLE color: 1069277.

HSL color Cylindrical-coordinate representation of color #DD5010: hue angle of 18.73º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD5010 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 80 16 -
CMYK 0 0.64 0.93 0.13
HSL 18.73º 0.86% 0.46% -
HSV(B) 18.73º 0.93% 0.87% -
XYZ 32.78 21.15 2.84 -
YUV 114.86 72.21 203.7 -
System Red Green Blue C M Y K H S L
Decimal 221 80 16 0 0.64 0.93 0.13 18.73 0.86 0.46
Hex DD 50 10 0 40 5D D 13 56 2E
Octal 335 120 20 0 100 135 15 23 126 56
Binary 11011101 1010000 10000 0 1000000 1011101 1101 10011 1010110 101110

Color Harmonies of #DD5010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5010

Black with #DD5010

Text Example


Text Example

White with #DD5010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5010; }

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

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

background-color css

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

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

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

border-color css

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

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

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