Html Css Color HEX #DD5000 Persimmon

📋 copy color: '#DD5000'

red 221 ◦ green 80 ◦ blue 0

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

Shades of Persimmon #DD5000

Tints of Persimmon #DD5000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.42%
G = 26.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD5000 (or 0xDD5000) is known color: Persimmon. HEX triplet: DD, 50 and 00. RGB value is (221,80,0). Sum of RGB (Red+Green+Blue) = 221+80+0=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5000 is #22AFFF. Grayscale: #717171. Windows color (decimal): -2273280 or 20701. OLE color: 20701.

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

Color convert

RGB 221 80 0 -
CMYK 0 0.64 1 0.13
HSL 21.72º 1% 0.43% -
HSV(B) 21.72º 1% 0.87% -
XYZ 32.69 21.11 2.35 -
YUV 113.04 64.21 205 -
System Red Green Blue C M Y K H S L
Decimal 221 80 0 0 0.64 1 0.13 21.72 1 0.43
Hex DD 50 0 0 40 64 D 16 64 2B
Octal 335 120 0 0 100 144 15 26 144 53
Binary 11011101 1010000 0 0 1000000 1100100 1101 10110 1100100 101011

Color Harmonies of #DD5000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5000

Black with #DD5000

Text Example


Text Example

White with #DD5000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5000; }

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

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

background-color css

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

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

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

border-color css

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

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

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