Html Css Color HEX #D98D06 Gamboge

📋 copy color: '#D98D06'

red 217 ◦ green 141 ◦ blue 6

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

Shades of Gamboge #D98D06

Tints of Gamboge #D98D06

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.74%

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

R = 59.62%
G = 38.74%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D98D06 (or 0xD98D06) is known color: Gamboge. HEX triplet: D9, 8D and 06. RGB value is (217,141,6). Sum of RGB (Red+Green+Blue) = 217+141+6=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 6 (2.73% from 255 or 1.65% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98D06 is #2672F9. Grayscale: #949494. Windows color (decimal): -2519802 or 429529. OLE color: 429529.

HSL color Cylindrical-coordinate representation of color #D98D06: hue angle of 38.39º 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 #D98D06 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 141 6 -
CMYK 0 0.35 0.97 0.15
HSL 38.39º 0.95% 0.44% -
HSV(B) 38.39º 0.97% 0.85% -
XYZ 38.17 33.81 4.69 -
YUV 148.33 47.68 176.98 -
System Red Green Blue C M Y K H S L
Decimal 217 141 6 0 0.35 0.97 0.15 38.39 0.95 0.44
Hex D9 8D 6 0 23 61 F 26 5F 2C
Octal 331 215 6 0 43 141 17 46 137 54
Binary 11011001 10001101 110 0 100011 1100001 1111 100110 1011111 101100

Color Harmonies of #D98D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98D06

Black with #D98D06

Text Example


Text Example

White with #D98D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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