Html Css Color HEX #DE8701 Tangerine

📋 copy color: '#DE8701'

red 222 ◦ green 135 ◦ blue 1

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

Shades of Tangerine #DE8701

Tints of Tangerine #DE8701

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.71%

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

R = 62.01%
G = 37.71%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DE8701 (or 0xDE8701) is known color: Tangerine. HEX triplet: DE, 87 and 01. RGB value is (222,135,1). Sum of RGB (Red+Green+Blue) = 222+135+1=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8701 is #2178FE. Grayscale: #929292. Windows color (decimal): -2193663 or 100318. OLE color: 100318.

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

Color convert

RGB 222 135 1 -
CMYK 0 0.39 1.00 0.13
HSL 36.38º 0.99% 0.44% -
HSV(B) 36.38º 1% 0.87% -
XYZ 38.79 32.86 4.33 -
YUV 145.74 46.32 182.4 -
System Red Green Blue C M Y K H S L
Decimal 222 135 1 0 0.39 1.00 0.13 36.38 0.99 0.44
Hex DE 87 1 0 27 64 D 24 63 2C
Octal 336 207 1 0 47 144 15 44 143 54
Binary 11011110 10000111 1 0 100111 1100100 1101 100100 1100011 101100

Color Harmonies of #DE8701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8701

Black with #DE8701

Text Example


Text Example

White with #DE8701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8701; }

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

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

background-color css

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

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

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

border-color css

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

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

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