Html Css Color HEX #D98C06 Gamboge

📋 copy color: '#D98C06'

red 217 ◦ green 140 ◦ blue 6

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

Shades of Gamboge #D98C06

Tints of Gamboge #D98C06

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.57%

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

R = 59.78%
G = 38.57%
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

#D98C06 (or 0xD98C06) is known color: Gamboge. HEX triplet: D9, 8C and 06. RGB value is (217,140,6). Sum of RGB (Red+Green+Blue) = 217+140+6=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98C06 is #2673F9. Grayscale: #949494. Windows color (decimal): -2520058 or 429273. OLE color: 429273.

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

Color convert

RGB 217 140 6 -
CMYK 0 0.35 0.97 0.15
HSL 38.1º 0.95% 0.44% -
HSV(B) 38.1º 0.97% 0.85% -
XYZ 38.03 33.52 4.64 -
YUV 147.75 48.01 177.4 -
System Red Green Blue C M Y K H S L
Decimal 217 140 6 0 0.35 0.97 0.15 38.1 0.95 0.44
Hex D9 8C 6 0 23 61 F 26 5F 2C
Octal 331 214 6 0 43 141 17 46 137 54
Binary 11011001 10001100 110 0 100011 1100001 1111 100110 1011111 101100

Color Harmonies of #D98C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98C06

Black with #D98C06

Text Example


Text Example

White with #D98C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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