Html Css Color HEX #D98A00 Gamboge

📋 copy color: '#D98A00'

red 217 ◦ green 138 ◦ blue 0

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

Shades of Gamboge #D98A00

Tints of Gamboge #D98A00

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.13%
G = 38.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D98A00 (or 0xD98A00) is known color: Gamboge. HEX triplet: D9, 8A and 00. RGB value is (217,138,0). Sum of RGB (Red+Green+Blue) = 217+138+0=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98A00 is #2675FF. Grayscale: #929292. Windows color (decimal): -2520576 or 35545. OLE color: 35545.

HSL color Cylindrical-coordinate representation of color #D98A00: hue angle of 38.16º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D98A00 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 138 0 -
CMYK 0 0.36 1 0.15
HSL 38.16º 1% 0.43% -
HSV(B) 38.16º 1% 0.85% -
XYZ 37.7 32.93 4.37 -
YUV 145.89 45.67 178.72 -
System Red Green Blue C M Y K H S L
Decimal 217 138 0 0 0.36 1 0.15 38.16 1 0.43
Hex D9 8A 0 0 24 64 F 26 64 2B
Octal 331 212 0 0 44 144 17 46 144 53
Binary 11011001 10001010 0 0 100100 1100100 1111 100110 1100100 101011

Color Harmonies of #D98A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98A00

Black with #D98A00

Text Example


Text Example

White with #D98A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98A00; }

 p { color: rgb(217,138,0); }

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

background-color css

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

 a { background-color: rgb(217,138,0); }

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

border-color css

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

 span { border-color: rgb(217,138,0); }

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