Html Css Color HEX #DD4500 Persimmon

📋 copy color: '#DD4500'

red 221 ◦ green 69 ◦ blue 0

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

Shades of Persimmon #DD4500

Tints of Persimmon #DD4500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.79%

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

R = 76.21%
G = 23.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD4500 (or 0xDD4500) is known color: Persimmon. HEX triplet: DD, 45 and 00. RGB value is (221,69,0). Sum of RGB (Red+Green+Blue) = 221+69+0=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4500 is #22BAFF. Grayscale: #6B6B6B. Windows color (decimal): -2276096 or 17885. OLE color: 17885.

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

Color convert

RGB 221 69 0 -
CMYK 0 0.69 1 0.13
HSL 18.73º 1% 0.43% -
HSV(B) 18.73º 1% 0.87% -
XYZ 31.95 19.63 2.1 -
YUV 106.58 67.86 209.61 -
System Red Green Blue C M Y K H S L
Decimal 221 69 0 0 0.69 1 0.13 18.73 1 0.43
Hex DD 45 0 0 45 64 D 13 64 2B
Octal 335 105 0 0 105 144 15 23 144 53
Binary 11011101 1000101 0 0 1000101 1100100 1101 10011 1100100 101011

Color Harmonies of #DD4500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4500

Black with #DD4500

Text Example


Text Example

White with #DD4500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4500; }

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

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

background-color css

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

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

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

border-color css

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

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

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