Html Css Color HEX #D7860F Gamboge

📋 copy color: '#D7860F'

red 215 ◦ green 134 ◦ blue 15

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

Shades of Gamboge #D7860F

Tints of Gamboge #D7860F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.12%

R = 59.07%
G = 36.81%
B = 4.12%

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

#D7860F (or 0xD7860F) is known color: Gamboge. HEX triplet: D7, 86 and 0F. RGB value is (215,134,15). Sum of RGB (Red+Green+Blue) = 215+134+15=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D7860F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7860F is #2879F0. Grayscale: #919191. Windows color (decimal): -2652657 or 1017559. OLE color: 1017559.

HSL color Cylindrical-coordinate representation of color #D7860F: hue angle of 35.7º degrees, saturation: 0.87, 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 #D7860F is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 134 15 -
CMYK 0 0.38 0.93 0.16
HSL 35.7º 0.87% 0.45% -
HSV(B) 35.7º 0.93% 0.84% -
XYZ 36.64 31.53 4.61 -
YUV 144.65 54.84 178.18 -
System Red Green Blue C M Y K H S L
Decimal 215 134 15 0 0.38 0.93 0.16 35.7 0.87 0.45
Hex D7 86 F 0 26 5D 10 24 57 2D
Octal 327 206 17 0 46 135 20 44 127 55
Binary 11010111 10000110 1111 0 100110 1011101 10000 100100 1010111 101101

Color Harmonies of #D7860F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7860F

Black with #D7860F

Text Example


Text Example

White with #D7860F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7860F; }

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

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

background-color css

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

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

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

border-color css

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

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

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