Html Css Color HEX #DD5009 Persimmon

📋 copy color: '#DD5009'

red 221 ◦ green 80 ◦ blue 9

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

Shades of Persimmon #DD5009

Tints of Persimmon #DD5009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.9%

R = 71.29%
G = 25.81%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD5009 (or 0xDD5009) is known color: Persimmon. HEX triplet: DD, 50 and 09. RGB value is (221,80,9). Sum of RGB (Red+Green+Blue) = 221+80+9=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5009 is #22AFF6. Grayscale: #727272. Windows color (decimal): -2273271 or 610525. OLE color: 610525.

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

Color convert

RGB 221 80 9 -
CMYK 0 0.64 0.96 0.13
HSL 20.09º 0.92% 0.45% -
HSV(B) 20.09º 0.96% 0.87% -
XYZ 32.74 21.13 2.61 -
YUV 114.07 68.71 204.27 -
System Red Green Blue C M Y K H S L
Decimal 221 80 9 0 0.64 0.96 0.13 20.09 0.92 0.45
Hex DD 50 9 0 40 60 D 14 5C 2D
Octal 335 120 11 0 100 140 15 24 134 55
Binary 11011101 1010000 1001 0 1000000 1100000 1101 10100 1011100 101101

Color Harmonies of #DD5009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5009

Black with #DD5009

Text Example


Text Example

White with #DD5009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5009; }

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

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

background-color css

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

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

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

border-color css

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

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

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