Html Css Color HEX #DE5700 Persimmon

📋 copy color: '#DE5700'

red 222 ◦ green 87 ◦ blue 0

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

Shades of Persimmon #DE5700

Tints of Persimmon #DE5700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.16%

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

R = 71.84%
G = 28.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE5700 (or 0xDE5700) is known color: Persimmon. HEX triplet: DE, 57 and 00. RGB value is (222,87,0). Sum of RGB (Red+Green+Blue) = 222+87+0=309 (40% of max value = 765). Red value is 222 (87.11% from 255 or 71.84% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5700 is #21A8FF. Grayscale: #757575. Windows color (decimal): -2205952 or 22494. OLE color: 22494.

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

Color convert

RGB 222 87 0 -
CMYK 0 0.61 1 0.13
HSL 23.51º 1% 0.44% -
HSV(B) 23.51º 1% 0.87% -
XYZ 33.53 22.35 2.55 -
YUV 117.45 61.73 202.57 -
System Red Green Blue C M Y K H S L
Decimal 222 87 0 0 0.61 1 0.13 23.51 1 0.44
Hex DE 57 0 0 3D 64 D 18 64 2C
Octal 336 127 0 0 75 144 15 30 144 54
Binary 11011110 1010111 0 0 111101 1100100 1101 11000 1100100 101100

Color Harmonies of #DE5700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5700

Black with #DE5700

Text Example


Text Example

White with #DE5700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5700; }

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

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

background-color css

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

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

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

border-color css

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

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

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