Html Css Color HEX #DE4205 Persimmon

📋 copy color: '#DE4205'

red 222 ◦ green 66 ◦ blue 5

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

Shades of Persimmon #DE4205

Tints of Persimmon #DE4205

RGB

 RED value IS 222 (87.11% from 255) = 75.77%

 GREEN value IS 66 (26.17% from 255) = 22.53%

 BLUE value IS 5 (2.34% from 255) = 1.71%

R = 75.77%
G = 22.53%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DE4205 (or 0xDE4205) is known color: Persimmon. HEX triplet: DE, 42 and 05. RGB value is (222,66,5). Sum of RGB (Red+Green+Blue) = 222+66+5=293 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.77% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4205 is #21BDFA. Grayscale: #6A6A6A. Windows color (decimal): -2211323 or 344798. OLE color: 344798.

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

Color convert

RGB 222 66 5 -
CMYK 0 0.70 0.98 0.13
HSL 16.87º 0.96% 0.45% -
HSV(B) 16.87º 0.98% 0.87% -
XYZ 32.1 19.44 2.2 -
YUV 105.69 71.18 210.96 -
System Red Green Blue C M Y K H S L
Decimal 222 66 5 0 0.70 0.98 0.13 16.87 0.96 0.45
Hex DE 42 5 0 46 62 D 11 60 2D
Octal 336 102 5 0 106 142 15 21 140 55
Binary 11011110 1000010 101 0 1000110 1100010 1101 10001 1100000 101101

Color Harmonies of #DE4205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4205

Black with #DE4205

Text Example


Text Example

White with #DE4205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4205; }

 p { color: rgb(222,66,5); }

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

background-color css

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

 a { background-color: rgb(222,66,5); }

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

border-color css

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

 span { border-color: rgb(222,66,5); }

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