Html Css Color HEX #DE860B Tangerine

📋 copy color: '#DE860B'

red 222 ◦ green 134 ◦ blue 11

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

Shades of Tangerine #DE860B

Tints of Tangerine #DE860B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.51%

 BLUE value IS 11 (4.69% from 255) = 3%

R = 60.49%
G = 36.51%
B = 3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE860B (or 0xDE860B) is known color: Tangerine. HEX triplet: DE, 86 and 0B. RGB value is (222,134,11). Sum of RGB (Red+Green+Blue) = 222+134+11=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE860B is #2179F4. Grayscale: #929292. Windows color (decimal): -2193909 or 755422. OLE color: 755422.

HSL color Cylindrical-coordinate representation of color #DE860B: hue angle of 34.98º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE860B is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 134 11 -
CMYK 0 0.40 0.95 0.13
HSL 34.98º 0.91% 0.46% -
HSV(B) 34.98º 0.95% 0.87% -
XYZ 38.71 32.6 4.57 -
YUV 146.29 51.65 182 -
System Red Green Blue C M Y K H S L
Decimal 222 134 11 0 0.40 0.95 0.13 34.98 0.91 0.46
Hex DE 86 B 0 28 5F D 23 5B 2E
Octal 336 206 13 0 50 137 15 43 133 56
Binary 11011110 10000110 1011 0 101000 1011111 1101 100011 1011011 101110

Color Harmonies of #DE860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE860B

Black with #DE860B

Text Example


Text Example

White with #DE860B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE860B; }

 p { color: rgb(222,134,11); }

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

background-color css

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

 a { background-color: rgb(222,134,11); }

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

border-color css

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

 span { border-color: rgb(222,134,11); }

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