Html Css Color HEX #D8A000 Gamboge

📋 copy color: '#D8A000'

red 216 ◦ green 160 ◦ blue 0

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

Shades of Gamboge #D8A000

Tints of Gamboge #D8A000

RGB

 RED value IS 216 (84.77% from 255) = 57.45%

 GREEN value IS 160 (62.89% from 255) = 42.55%

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

R = 57.45%
G = 42.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D8A000 (or 0xD8A000) is known color: Gamboge. HEX triplet: D8, A0 and 00. RGB value is (216,160,0). Sum of RGB (Red+Green+Blue) = 216+160+0=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A000 is #275FFF. Grayscale: #9F9F9F. Windows color (decimal): -2580480 or 41176. OLE color: 41176.

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

Color convert

RGB 216 160 0 -
CMYK 0 0.26 1 0.15
HSL 44.44º 1% 0.42% -
HSV(B) 44.44º 1% 0.85% -
XYZ 40.89 39.74 5.52 -
YUV 158.5 38.55 169.01 -
System Red Green Blue C M Y K H S L
Decimal 216 160 0 0 0.26 1 0.15 44.44 1 0.42
Hex D8 A0 0 0 1A 64 F 2C 64 2A
Octal 330 240 0 0 32 144 17 54 144 52
Binary 11011000 10100000 0 0 11010 1100100 1111 101100 1100100 101010

Color Harmonies of #D8A000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A000

Black with #D8A000

Text Example


Text Example

White with #D8A000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A000; }

 p { color: rgb(216,160,0); }

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

background-color css

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

 a { background-color: rgb(216,160,0); }

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

border-color css

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

 span { border-color: rgb(216,160,0); }

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