Html Css Color HEX #D8A111 Gamboge

📋 copy color: '#D8A111'

red 216 ◦ green 161 ◦ blue 17

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

Shades of Gamboge #D8A111

Tints of Gamboge #D8A111

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.86%

 BLUE value IS 17 (7.03% from 255) = 4.31%

R = 54.82%
G = 40.86%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D8A111 (or 0xD8A111) is known color: Gamboge. HEX triplet: D8, A1 and 11. RGB value is (216,161,17). Sum of RGB (Red+Green+Blue) = 216+161+17=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 17 (7.03% from 255 or 4.31% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A111 is #275EEE. Grayscale: #A1A1A1. Windows color (decimal): -2580207 or 1155544. OLE color: 1155544.

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

Color convert

RGB 216 161 17 -
CMYK 0 0.25 0.92 0.15
HSL 43.42º 0.85% 0.46% -
HSV(B) 43.42º 0.92% 0.85% -
XYZ 41.16 40.13 6.11 -
YUV 161.03 46.72 167.21 -
System Red Green Blue C M Y K H S L
Decimal 216 161 17 0 0.25 0.92 0.15 43.42 0.85 0.46
Hex D8 A1 11 0 19 5C F 2B 55 2E
Octal 330 241 21 0 31 134 17 53 125 56
Binary 11011000 10100001 10001 0 11001 1011100 1111 101011 1010101 101110

Color Harmonies of #D8A111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A111

Black with #D8A111

Text Example


Text Example

White with #D8A111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A111; }

 p { color: rgb(216,161,17); }

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

background-color css

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

 a { background-color: rgb(216,161,17); }

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

border-color css

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

 span { border-color: rgb(216,161,17); }

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