Html Css Color HEX #D9860F Gamboge

📋 copy color: '#D9860F'

red 217 ◦ green 134 ◦ blue 15

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

Shades of Gamboge #D9860F

Tints of Gamboge #D9860F

RGB

 RED value IS 217 (85.16% from 255) = 59.29%

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

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

R = 59.29%
G = 36.61%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9860F (or 0xD9860F) is known color: Gamboge. HEX triplet: D9, 86 and 0F. RGB value is (217,134,15). Sum of RGB (Red+Green+Blue) = 217+134+15=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D9860F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9860F is #2679F0. Grayscale: #919191. Windows color (decimal): -2521585 or 1017561. OLE color: 1017561.

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

Color convert

RGB 217 134 15 -
CMYK 0 0.38 0.93 0.15
HSL 35.35º 0.87% 0.45% -
HSV(B) 35.35º 0.93% 0.85% -
XYZ 37.23 31.84 4.63 -
YUV 145.25 54.5 179.18 -
System Red Green Blue C M Y K H S L
Decimal 217 134 15 0 0.38 0.93 0.15 35.35 0.87 0.45
Hex D9 86 F 0 26 5D F 23 57 2D
Octal 331 206 17 0 46 135 17 43 127 55
Binary 11011001 10000110 1111 0 100110 1011101 1111 100011 1010111 101101

Color Harmonies of #D9860F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9860F

Black with #D9860F

Text Example


Text Example

White with #D9860F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9860F; }

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

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

background-color css

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

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

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

border-color css

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

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

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