#DD4200

Color #DD4200 Persimmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persimmon #DD4200

Tints of Persimmon #DD4200

Color information

#DD4200 (or 0xDD4200) is unknown color: approx Persimmon. HEX triplet: DD, 42 and 00. RGB value is (221,66,0). Sum of RGB (Red+Green+Blue) = 221+66+0=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4200 is #22BDFF. Grayscale: #696969. Windows color (decimal): -2276864 or 17117. OLE color: 17117.

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

Color convert

RGB221660-
CMYK00.7010.13
HSL17.92º100%43.33%-
HSV(B)17.92º100%86.67%-
XYZ31.7719.272.04-
YUV104.8268.85210.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 77.00%
GREEN value IS 66 (26.17% from 255) = 23.00%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.00%
G=23.00%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22166000.7010.1317.9210043.33
HexDD42004664D12642b
Octal33510200106144152214453
Binary11011101100001000100011011001001101100101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4200; }

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

 H1.HeaderClassName
 {
   color: #DD4200;
 }
 .AnyTagClassName
 {
   color: #DD4200;
 }
</style>
background-color css

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

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

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

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

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

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