Html Css Color HEX #DE830B Tangerine

📋 copy color: '#DE830B'

red 222 ◦ green 131 ◦ blue 11

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

Shades of Tangerine #DE830B

Tints of Tangerine #DE830B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.99%

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

R = 60.99%
G = 35.99%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE830B (or 0xDE830B) is known color: Tangerine. HEX triplet: DE, 83 and 0B. RGB value is (222,131,11). Sum of RGB (Red+Green+Blue) = 222+131+11=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE830B is #217CF4. Grayscale: #919191. Windows color (decimal): -2194677 or 754654. OLE color: 754654.

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

Color convert

RGB 222 131 11 -
CMYK 0 0.41 0.95 0.13
HSL 34.12º 0.91% 0.46% -
HSV(B) 34.12º 0.95% 0.87% -
XYZ 38.3 31.79 4.43 -
YUV 144.53 52.65 183.26 -
System Red Green Blue C M Y K H S L
Decimal 222 131 11 0 0.41 0.95 0.13 34.12 0.91 0.46
Hex DE 83 B 0 29 5F D 22 5B 2E
Octal 336 203 13 0 51 137 15 42 133 56
Binary 11011110 10000011 1011 0 101001 1011111 1101 100010 1011011 101110

Color Harmonies of #DE830B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE830B

Black with #DE830B

Text Example


Text Example

White with #DE830B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE830B; }

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

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

background-color css

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

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

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

border-color css

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

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

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