Html Css Color HEX #DE520C Persimmon

📋 copy color: '#DE520C'

red 222 ◦ green 82 ◦ blue 12

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

Shades of Persimmon #DE520C

Tints of Persimmon #DE520C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

 BLUE value IS 12 (5.08% from 255) = 3.8%

R = 70.25%
G = 25.95%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE520C (or 0xDE520C) is known color: Persimmon. HEX triplet: DE, 52 and 0C. RGB value is (222,82,12). Sum of RGB (Red+Green+Blue) = 222+82+12=316 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.25% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 222 - color contains mainly: red. Hex color #DE520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE520C is #21ADF3. Grayscale: #747474. Windows color (decimal): -2207220 or 807646. OLE color: 807646.

HSL color Cylindrical-coordinate representation of color #DE520C: hue angle of 20º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE520C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 82 12 -
CMYK 0 0.63 0.95 0.13
HSL 20º 0.9% 0.46% -
HSV(B) 20º 0.95% 0.87% -
XYZ 33.21 21.59 2.77 -
YUV 115.88 69.38 203.69 -
System Red Green Blue C M Y K H S L
Decimal 222 82 12 0 0.63 0.95 0.13 20 0.9 0.46
Hex DE 52 C 0 3F 5F D 14 5A 2E
Octal 336 122 14 0 77 137 15 24 132 56
Binary 11011110 1010010 1100 0 111111 1011111 1101 10100 1011010 101110

Color Harmonies of #DE520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE520C

Black with #DE520C

Text Example


Text Example

White with #DE520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE520C; }

 p { color: rgb(222,82,12); }

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

background-color css

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

 a { background-color: rgb(222,82,12); }

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

border-color css

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

 span { border-color: rgb(222,82,12); }

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