Html Css Color HEX #DE5B03 Persimmon

📋 copy color: '#DE5B03'

red 222 ◦ green 91 ◦ blue 3

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

Shades of Persimmon #DE5B03

Tints of Persimmon #DE5B03

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.8%

 BLUE value IS 3 (1.56% from 255) = 0.95%

R = 70.25%
G = 28.8%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DE5B03 (or 0xDE5B03) is known color: Persimmon. HEX triplet: DE, 5B and 03. RGB value is (222,91,3). Sum of RGB (Red+Green+Blue) = 222+91+3=316 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.25% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5B03 is #21A4FC. Grayscale: #787878. Windows color (decimal): -2204925 or 220126. OLE color: 220126.

HSL color Cylindrical-coordinate representation of color #DE5B03: hue angle of 24.11º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE5B03 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 91 3 -
CMYK 0 0.59 0.99 0.13
HSL 24.11º 0.97% 0.44% -
HSV(B) 24.11º 0.99% 0.87% -
XYZ 33.88 23.02 2.74 -
YUV 120.14 61.9 200.66 -
System Red Green Blue C M Y K H S L
Decimal 222 91 3 0 0.59 0.99 0.13 24.11 0.97 0.44
Hex DE 5B 3 0 3B 63 D 18 61 2C
Octal 336 133 3 0 73 143 15 30 141 54
Binary 11011110 1011011 11 0 111011 1100011 1101 11000 1100001 101100

Color Harmonies of #DE5B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5B03

Black with #DE5B03

Text Example


Text Example

White with #DE5B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5B03; }

 p { color: rgb(222,91,3); }

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

background-color css

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

 a { background-color: rgb(222,91,3); }

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

border-color css

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

 span { border-color: rgb(222,91,3); }

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