Html Css Color HEX #DE520A Persimmon

📋 copy color: '#DE520A'

red 222 ◦ green 82 ◦ blue 10

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

Shades of Persimmon #DE520A

Tints of Persimmon #DE520A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 70.7%
G = 26.11%
B = 3.18%

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

#DE520A (or 0xDE520A) is known color: Persimmon. HEX triplet: DE, 52 and 0A. RGB value is (222,82,10). Sum of RGB (Red+Green+Blue) = 222+82+10=314 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.70% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 222 - color contains mainly: red. Hex color #DE520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE520A is #21ADF5. Grayscale: #747474. Windows color (decimal): -2207222 or 676574. OLE color: 676574.

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

Color convert

RGB 222 82 10 -
CMYK 0 0.63 0.95 0.13
HSL 20.38º 0.91% 0.45% -
HSV(B) 20.38º 0.95% 0.87% -
XYZ 33.2 21.59 2.7 -
YUV 115.65 68.38 203.85 -
System Red Green Blue C M Y K H S L
Decimal 222 82 10 0 0.63 0.95 0.13 20.38 0.91 0.45
Hex DE 52 A 0 3F 5F D 14 5B 2D
Octal 336 122 12 0 77 137 15 24 133 55
Binary 11011110 1010010 1010 0 111111 1011111 1101 10100 1011011 101101

Color Harmonies of #DE520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE520A

Black with #DE520A

Text Example


Text Example

White with #DE520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE520A; }

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

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

background-color css

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

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

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

border-color css

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

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

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