Html Css Color HEX #D88600 Tangerine

📋 copy color: '#D88600'

red 216 ◦ green 134 ◦ blue 0

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

Shades of Tangerine #D88600

Tints of Tangerine #D88600

RGB

 RED value IS 216 (84.77% from 255) = 61.71%

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

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

R = 61.71%
G = 38.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D88600 (or 0xD88600) is known color: Tangerine. HEX triplet: D8, 86 and 00. RGB value is (216,134,0). Sum of RGB (Red+Green+Blue) = 216+134+0=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D88600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88600 is #2779FF. Grayscale: #8F8F8F. Windows color (decimal): -2587136 or 34520. OLE color: 34520.

HSL color Cylindrical-coordinate representation of color #D88600: hue angle of 37.22º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D88600 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 134 0 -
CMYK 0 0.38 1 0.15
HSL 37.22º 1% 0.42% -
HSV(B) 37.22º 1% 0.85% -
XYZ 36.84 31.65 4.17 -
YUV 143.24 47.17 179.9 -
System Red Green Blue C M Y K H S L
Decimal 216 134 0 0 0.38 1 0.15 37.22 1 0.42
Hex D8 86 0 0 26 64 F 25 64 2A
Octal 330 206 0 0 46 144 17 45 144 52
Binary 11011000 10000110 0 0 100110 1100100 1111 100101 1100100 101010

Color Harmonies of #D88600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88600

Black with #D88600

Text Example


Text Example

White with #D88600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88600; }

 p { color: rgb(216,134,0); }

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

background-color css

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

 a { background-color: rgb(216,134,0); }

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

border-color css

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

 span { border-color: rgb(216,134,0); }

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