Html Css Color HEX #DE6101 Persimmon

📋 copy color: '#DE6101'

red 222 ◦ green 97 ◦ blue 1

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

Shades of Persimmon #DE6101

Tints of Persimmon #DE6101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.31%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 69.38%
G = 30.31%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DE6101 (or 0xDE6101) is known color: Persimmon. HEX triplet: DE, 61 and 01. RGB value is (222,97,1). Sum of RGB (Red+Green+Blue) = 222+97+1=320 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.38% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6101 is #219EFE. Grayscale: #7B7B7B. Windows color (decimal): -2203391 or 90590. OLE color: 90590.

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

Color convert

RGB 222 97 1 -
CMYK 0 0.56 1.00 0.13
HSL 26.06º 0.99% 0.44% -
HSV(B) 26.06º 1% 0.87% -
XYZ 34.4 24.08 2.86 -
YUV 123.43 58.91 198.31 -
System Red Green Blue C M Y K H S L
Decimal 222 97 1 0 0.56 1.00 0.13 26.06 0.99 0.44
Hex DE 61 1 0 38 64 D 1A 63 2C
Octal 336 141 1 0 70 144 15 32 143 54
Binary 11011110 1100001 1 0 111000 1100100 1101 11010 1100011 101100

Color Harmonies of #DE6101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6101

Black with #DE6101

Text Example


Text Example

White with #DE6101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6101; }

 p { color: rgb(222,97,1); }

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

background-color css

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

 a { background-color: rgb(222,97,1); }

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

border-color css

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

 span { border-color: rgb(222,97,1); }

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