Html Css Color HEX #DE8800 Tangerine

📋 copy color: '#DE8800'

red 222 ◦ green 136 ◦ blue 0

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

Shades of Tangerine #DE8800

Tints of Tangerine #DE8800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.99%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.01%
G = 37.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE8800 (or 0xDE8800) is known color: Tangerine. HEX triplet: DE, 88 and 00. RGB value is (222,136,0). Sum of RGB (Red+Green+Blue) = 222+136+0=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8800 is #2177FF. Grayscale: #929292. Windows color (decimal): -2193408 or 35038. OLE color: 35038.

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

Color convert

RGB 222 136 0 -
CMYK 0 0.39 1 0.13
HSL 36.76º 1% 0.44% -
HSV(B) 36.76º 1% 0.87% -
XYZ 38.93 33.14 4.34 -
YUV 146.21 45.49 182.06 -
System Red Green Blue C M Y K H S L
Decimal 222 136 0 0 0.39 1 0.13 36.76 1 0.44
Hex DE 88 0 0 27 64 D 25 64 2C
Octal 336 210 0 0 47 144 15 45 144 54
Binary 11011110 10001000 0 0 100111 1100100 1101 100101 1100100 101100

Color Harmonies of #DE8800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8800

Black with #DE8800

Text Example


Text Example

White with #DE8800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8800; }

 p { color: rgb(222,136,0); }

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

background-color css

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

 a { background-color: rgb(222,136,0); }

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

border-color css

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

 span { border-color: rgb(222,136,0); }

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