Html Css Color HEX #DE8503 Tangerine

📋 copy color: '#DE8503'

red 222 ◦ green 133 ◦ blue 3

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

Shades of Tangerine #DE8503

Tints of Tangerine #DE8503

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.15%

 BLUE value IS 3 (1.56% from 255) = 0.84%

R = 62.01%
G = 37.15%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DE8503 (or 0xDE8503) is known color: Tangerine. HEX triplet: DE, 85 and 03. RGB value is (222,133,3). Sum of RGB (Red+Green+Blue) = 222+133+3=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8503 is #217AFC. Grayscale: #919191. Windows color (decimal): -2194173 or 230878. OLE color: 230878.

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

Color convert

RGB 222 133 3 -
CMYK 0 0.40 0.99 0.13
HSL 35.62º 0.97% 0.44% -
HSV(B) 35.62º 0.99% 0.87% -
XYZ 38.53 32.31 4.29 -
YUV 144.79 47.99 183.07 -
System Red Green Blue C M Y K H S L
Decimal 222 133 3 0 0.40 0.99 0.13 35.62 0.97 0.44
Hex DE 85 3 0 28 63 D 24 61 2C
Octal 336 205 3 0 50 143 15 44 141 54
Binary 11011110 10000101 11 0 101000 1100011 1101 100100 1100001 101100

Color Harmonies of #DE8503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8503

Black with #DE8503

Text Example


Text Example

White with #DE8503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8503; }

 p { color: rgb(222,133,3); }

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

background-color css

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

 a { background-color: rgb(222,133,3); }

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

border-color css

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

 span { border-color: rgb(222,133,3); }

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