Html Css Color HEX #DE520B Persimmon

📋 copy color: '#DE520B'

red 222 ◦ green 82 ◦ blue 11

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

Shades of Persimmon #DE520B

Tints of Persimmon #DE520B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.49%

R = 70.48%
G = 26.03%
B = 3.49%

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

#DE520B (or 0xDE520B) is known color: Persimmon. HEX triplet: DE, 52 and 0B. RGB value is (222,82,11). Sum of RGB (Red+Green+Blue) = 222+82+11=315 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.48% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 222 - color contains mainly: red. Hex color #DE520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE520B is #21ADF4. Grayscale: #747474. Windows color (decimal): -2207221 or 742110. OLE color: 742110.

HSL color Cylindrical-coordinate representation of color #DE520B: hue angle of 20.19º degrees, saturation: 0.91, 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 #DE520B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 82 11 -
CMYK 0 0.63 0.95 0.13
HSL 20.19º 0.91% 0.46% -
HSV(B) 20.19º 0.95% 0.87% -
XYZ 33.2 21.59 2.73 -
YUV 115.77 68.88 203.77 -
System Red Green Blue C M Y K H S L
Decimal 222 82 11 0 0.63 0.95 0.13 20.19 0.91 0.46
Hex DE 52 B 0 3F 5F D 14 5B 2E
Octal 336 122 13 0 77 137 15 24 133 56
Binary 11011110 1010010 1011 0 111111 1011111 1101 10100 1011011 101110

Color Harmonies of #DE520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE520B

Black with #DE520B

Text Example


Text Example

White with #DE520B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE520B; }

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

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

background-color css

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

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

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

border-color css

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

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

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