Html Css Color HEX #D78601 Tangerine

📋 copy color: '#D78601'

red 215 ◦ green 134 ◦ blue 1

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

Shades of Tangerine #D78601

Tints of Tangerine #D78601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 61.43%
G = 38.29%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D78601 (or 0xD78601) is known color: Tangerine. HEX triplet: D7, 86 and 01. RGB value is (215,134,1). Sum of RGB (Red+Green+Blue) = 215+134+1=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D78601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78601 is #2879FE. Grayscale: #8F8F8F. Windows color (decimal): -2652671 or 100055. OLE color: 100055.

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

Color convert

RGB 215 134 1 -
CMYK 0 0.38 1.00 0.16
HSL 37.29º 0.99% 0.42% -
HSV(B) 37.29º 1% 0.84% -
XYZ 36.55 31.5 4.18 -
YUV 143.06 47.84 179.31 -
System Red Green Blue C M Y K H S L
Decimal 215 134 1 0 0.38 1.00 0.16 37.29 0.99 0.42
Hex D7 86 1 0 26 64 10 25 63 2A
Octal 327 206 1 0 46 144 20 45 143 52
Binary 11010111 10000110 1 0 100110 1100100 10000 100101 1100011 101010

Color Harmonies of #D78601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78601

Black with #D78601

Text Example


Text Example

White with #D78601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78601; }

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

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

background-color css

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

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

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

border-color css

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

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

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