Html Css Color HEX #DE500B Persimmon

📋 copy color: '#DE500B'

red 222 ◦ green 80 ◦ blue 11

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

Shades of Persimmon #DE500B

Tints of Persimmon #DE500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.56%

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

R = 70.93%
G = 25.56%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE500B (or 0xDE500B) is known color: Persimmon. HEX triplet: DE, 50 and 0B. RGB value is (222,80,11). Sum of RGB (Red+Green+Blue) = 222+80+11=313 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.93% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 222 - color contains mainly: red. Hex color #DE500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE500B is #21AFF4. Grayscale: #737373. Windows color (decimal): -2207733 or 741598. OLE color: 741598.

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

Color convert

RGB 222 80 11 -
CMYK 0 0.64 0.95 0.13
HSL 19.62º 0.91% 0.46% -
HSV(B) 19.62º 0.95% 0.87% -
XYZ 33.05 21.29 2.68 -
YUV 114.59 69.54 204.61 -
System Red Green Blue C M Y K H S L
Decimal 222 80 11 0 0.64 0.95 0.13 19.62 0.91 0.46
Hex DE 50 B 0 40 5F D 14 5B 2E
Octal 336 120 13 0 100 137 15 24 133 56
Binary 11011110 1010000 1011 0 1000000 1011111 1101 10100 1011011 101110

Color Harmonies of #DE500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE500B

Black with #DE500B

Text Example


Text Example

White with #DE500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE500B; }

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

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

background-color css

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

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

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

border-color css

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

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

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