Html Css Color HEX #D98706 Gamboge

📋 copy color: '#D98706'

red 217 ◦ green 135 ◦ blue 6

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

Shades of Gamboge #D98706

Tints of Gamboge #D98706

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.71%

 BLUE value IS 6 (2.73% from 255) = 1.68%

R = 60.61%
G = 37.71%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D98706 (or 0xD98706) is known color: Gamboge. HEX triplet: D9, 87 and 06. RGB value is (217,135,6). Sum of RGB (Red+Green+Blue) = 217+135+6=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D98706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98706 is #2678F9. Grayscale: #919191. Windows color (decimal): -2521338 or 427993. OLE color: 427993.

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

Color convert

RGB 217 135 6 -
CMYK 0 0.38 0.97 0.15
HSL 36.68º 0.95% 0.44% -
HSV(B) 36.68º 0.97% 0.85% -
XYZ 37.31 32.09 4.4 -
YUV 144.81 49.67 179.49 -
System Red Green Blue C M Y K H S L
Decimal 217 135 6 0 0.38 0.97 0.15 36.68 0.95 0.44
Hex D9 87 6 0 26 61 F 25 5F 2C
Octal 331 207 6 0 46 141 17 45 137 54
Binary 11011001 10000111 110 0 100110 1100001 1111 100101 1011111 101100

Color Harmonies of #D98706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98706

Black with #D98706

Text Example


Text Example

White with #D98706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98706; }

 p { color: rgb(217,135,6); }

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

background-color css

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

 a { background-color: rgb(217,135,6); }

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

border-color css

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

 span { border-color: rgb(217,135,6); }

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