Html Css Color HEX #D7860E Gamboge

📋 copy color: '#D7860E'

red 215 ◦ green 134 ◦ blue 14

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

Shades of Gamboge #D7860E

Tints of Gamboge #D7860E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.86%

R = 59.23%
G = 36.91%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7860E (or 0xD7860E) is known color: Gamboge. HEX triplet: D7, 86 and 0E. RGB value is (215,134,14). Sum of RGB (Red+Green+Blue) = 215+134+14=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D7860E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7860E is #2879F1. Grayscale: #919191. Windows color (decimal): -2652658 or 952023. OLE color: 952023.

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

Color convert

RGB 215 134 14 -
CMYK 0 0.38 0.93 0.16
HSL 35.82º 0.88% 0.45% -
HSV(B) 35.82º 0.93% 0.84% -
XYZ 36.63 31.53 4.57 -
YUV 144.54 54.34 178.26 -
System Red Green Blue C M Y K H S L
Decimal 215 134 14 0 0.38 0.93 0.16 35.82 0.88 0.45
Hex D7 86 E 0 26 5D 10 24 58 2D
Octal 327 206 16 0 46 135 20 44 130 55
Binary 11010111 10000110 1110 0 100110 1011101 10000 100100 1011000 101101

Color Harmonies of #D7860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7860E

Black with #D7860E

Text Example


Text Example

White with #D7860E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7860E; }

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

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

background-color css

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

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

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

border-color css

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

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

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