Html Css Color HEX #DE6000 Persimmon

📋 copy color: '#DE6000'

red 222 ◦ green 96 ◦ blue 0

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

Shades of Persimmon #DE6000

Tints of Persimmon #DE6000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.19%

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

R = 69.81%
G = 30.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE6000 (or 0xDE6000) is known color: Persimmon. HEX triplet: DE, 60 and 00. RGB value is (222,96,0). Sum of RGB (Red+Green+Blue) = 222+96+0=318 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.81% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6000 is #219FFF. Grayscale: #7B7B7B. Windows color (decimal): -2203648 or 24798. OLE color: 24798.

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

Color convert

RGB 222 96 0 -
CMYK 0 0.57 1 0.13
HSL 25.95º 1% 0.44% -
HSV(B) 25.95º 1% 0.87% -
XYZ 34.31 23.9 2.8 -
YUV 122.73 58.74 198.81 -
System Red Green Blue C M Y K H S L
Decimal 222 96 0 0 0.57 1 0.13 25.95 1 0.44
Hex DE 60 0 0 39 64 D 1A 64 2C
Octal 336 140 0 0 71 144 15 32 144 54
Binary 11011110 1100000 0 0 111001 1100100 1101 11010 1100100 101100

Color Harmonies of #DE6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6000

Black with #DE6000

Text Example


Text Example

White with #DE6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6000; }

 p { color: rgb(222,96,0); }

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

background-color css

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

 a { background-color: rgb(222,96,0); }

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

border-color css

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

 span { border-color: rgb(222,96,0); }

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