Html Css Color HEX #D78600 Tangerine

📋 copy color: '#D78600'

red 215 ◦ green 134 ◦ blue 0

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

Shades of Tangerine #D78600

Tints of Tangerine #D78600

RGB

 RED value IS 215 (84.38% from 255) = 61.6%

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

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

R = 61.6%
G = 38.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D78600 (or 0xD78600) is known color: Tangerine. HEX triplet: D7, 86 and 00. RGB value is (215,134,0). Sum of RGB (Red+Green+Blue) = 215+134+0=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D78600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78600 is #2879FF. Grayscale: #8F8F8F. Windows color (decimal): -2652672 or 34519. OLE color: 34519.

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

Color convert

RGB 215 134 0 -
CMYK 0 0.38 1 0.16
HSL 37.4º 1% 0.42% -
HSV(B) 37.4º 1% 0.84% -
XYZ 36.55 31.5 4.15 -
YUV 142.94 47.34 179.4 -
System Red Green Blue C M Y K H S L
Decimal 215 134 0 0 0.38 1 0.16 37.4 1 0.42
Hex D7 86 0 0 26 64 10 25 64 2A
Octal 327 206 0 0 46 144 20 45 144 52
Binary 11010111 10000110 0 0 100110 1100100 10000 100101 1100100 101010

Color Harmonies of #D78600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78600

Black with #D78600

Text Example


Text Example

White with #D78600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78600; }

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

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

background-color css

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

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

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

border-color css

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

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

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