Html Css Color HEX #DE540B Persimmon

📋 copy color: '#DE540B'

red 222 ◦ green 84 ◦ blue 11

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

Shades of Persimmon #DE540B

Tints of Persimmon #DE540B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.5%

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

R = 70.03%
G = 26.5%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE540B (or 0xDE540B) is known color: Persimmon. HEX triplet: DE, 54 and 0B. RGB value is (222,84,11). Sum of RGB (Red+Green+Blue) = 222+84+11=317 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.03% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 222 - color contains mainly: red. Hex color #DE540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE540B is #21ABF4. Grayscale: #757575. Windows color (decimal): -2206709 or 742622. OLE color: 742622.

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

Color convert

RGB 222 84 11 -
CMYK 0 0.62 0.95 0.13
HSL 20.76º 0.91% 0.46% -
HSV(B) 20.76º 0.95% 0.87% -
XYZ 33.35 21.89 2.78 -
YUV 116.94 68.22 202.94 -
System Red Green Blue C M Y K H S L
Decimal 222 84 11 0 0.62 0.95 0.13 20.76 0.91 0.46
Hex DE 54 B 0 3E 5F D 15 5B 2E
Octal 336 124 13 0 76 137 15 25 133 56
Binary 11011110 1010100 1011 0 111110 1011111 1101 10101 1011011 101110

Color Harmonies of #DE540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE540B

Black with #DE540B

Text Example


Text Example

White with #DE540B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE540B; }

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

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

background-color css

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

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

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

border-color css

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

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

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