Html Css Color HEX #DE6109 Persimmon

📋 copy color: '#DE6109'

red 222 ◦ green 97 ◦ blue 9

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

Shades of Persimmon #DE6109

Tints of Persimmon #DE6109

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.57%

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

R = 67.68%
G = 29.57%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DE6109 (or 0xDE6109) is known color: Persimmon. HEX triplet: DE, 61 and 09. RGB value is (222,97,9). Sum of RGB (Red+Green+Blue) = 222+97+9=328 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.68% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6109 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6109 is #219EF6. Grayscale: #7C7C7C. Windows color (decimal): -2203383 or 614878. OLE color: 614878.

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

Color convert

RGB 222 97 9 -
CMYK 0 0.56 0.96 0.13
HSL 24.79º 0.92% 0.45% -
HSV(B) 24.79º 0.96% 0.87% -
XYZ 34.45 24.1 3.09 -
YUV 124.34 62.91 197.66 -
System Red Green Blue C M Y K H S L
Decimal 222 97 9 0 0.56 0.96 0.13 24.79 0.92 0.45
Hex DE 61 9 0 38 60 D 19 5C 2D
Octal 336 141 11 0 70 140 15 31 134 55
Binary 11011110 1100001 1001 0 111000 1100000 1101 11001 1011100 101101

Color Harmonies of #DE6109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6109

Black with #DE6109

Text Example


Text Example

White with #DE6109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6109; }

 p { color: rgb(222,97,9); }

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

background-color css

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

 a { background-color: rgb(222,97,9); }

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

border-color css

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

 span { border-color: rgb(222,97,9); }

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