Html Css Color HEX #DE5305 Persimmon

📋 copy color: '#DE5305'

red 222 ◦ green 83 ◦ blue 5

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

Shades of Persimmon #DE5305

Tints of Persimmon #DE5305

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 71.61%
G = 26.77%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DE5305 (or 0xDE5305) is known color: Persimmon. HEX triplet: DE, 53 and 05. RGB value is (222,83,5). Sum of RGB (Red+Green+Blue) = 222+83+5=310 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.61% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5305 is #21ACFA. Grayscale: #747474. Windows color (decimal): -2206971 or 349150. OLE color: 349150.

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

Color convert

RGB 222 83 5 -
CMYK 0 0.63 0.98 0.13
HSL 21.57º 0.96% 0.45% -
HSV(B) 21.57º 0.98% 0.87% -
XYZ 33.24 21.73 2.59 -
YUV 115.67 65.55 203.84 -
System Red Green Blue C M Y K H S L
Decimal 222 83 5 0 0.63 0.98 0.13 21.57 0.96 0.45
Hex DE 53 5 0 3F 62 D 16 60 2D
Octal 336 123 5 0 77 142 15 26 140 55
Binary 11011110 1010011 101 0 111111 1100010 1101 10110 1100000 101101

Color Harmonies of #DE5305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5305

Black with #DE5305

Text Example


Text Example

White with #DE5305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5305; }

 p { color: rgb(222,83,5); }

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

background-color css

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

 a { background-color: rgb(222,83,5); }

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

border-color css

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

 span { border-color: rgb(222,83,5); }

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