Html Css Color HEX #D98705 Gamboge

📋 copy color: '#D98705'

red 217 ◦ green 135 ◦ blue 5

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

Shades of Gamboge #D98705

Tints of Gamboge #D98705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 60.78%
G = 37.82%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D98705 (or 0xD98705) is known color: Gamboge. HEX triplet: D9, 87 and 05. RGB value is (217,135,5). Sum of RGB (Red+Green+Blue) = 217+135+5=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D98705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98705 is #2678FA. Grayscale: #919191. Windows color (decimal): -2521339 or 362457. OLE color: 362457.

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

Color convert

RGB 217 135 5 -
CMYK 0 0.38 0.98 0.15
HSL 36.79º 0.95% 0.44% -
HSV(B) 36.79º 0.98% 0.85% -
XYZ 37.31 32.09 4.37 -
YUV 144.7 49.17 179.57 -
System Red Green Blue C M Y K H S L
Decimal 217 135 5 0 0.38 0.98 0.15 36.79 0.95 0.44
Hex D9 87 5 0 26 62 F 25 5F 2C
Octal 331 207 5 0 46 142 17 45 137 54
Binary 11011001 10000111 101 0 100110 1100010 1111 100101 1011111 101100

Color Harmonies of #D98705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98705

Black with #D98705

Text Example


Text Example

White with #D98705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98705; }

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

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

background-color css

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

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

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

border-color css

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

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

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