Html Css Color HEX #D8A114 Gamboge

📋 copy color: '#D8A114'

red 216 ◦ green 161 ◦ blue 20

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

Shades of Gamboge #D8A114

Tints of Gamboge #D8A114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.04%

R = 54.41%
G = 40.55%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D8A114 (or 0xD8A114) is known color: Gamboge. HEX triplet: D8, A1 and 14. RGB value is (216,161,20). Sum of RGB (Red+Green+Blue) = 216+161+20=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A114 is #275EEB. Grayscale: #A1A1A1. Windows color (decimal): -2580204 or 1352152. OLE color: 1352152.

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

Color convert

RGB 216 161 20 -
CMYK 0 0.25 0.91 0.15
HSL 43.16º 0.83% 0.46% -
HSV(B) 43.16º 0.91% 0.85% -
XYZ 41.19 40.14 6.24 -
YUV 161.37 48.22 166.96 -
System Red Green Blue C M Y K H S L
Decimal 216 161 20 0 0.25 0.91 0.15 43.16 0.83 0.46
Hex D8 A1 14 0 19 5B F 2B 53 2E
Octal 330 241 24 0 31 133 17 53 123 56
Binary 11011000 10100001 10100 0 11001 1011011 1111 101011 1010011 101110

Color Harmonies of #D8A114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A114

Black with #D8A114

Text Example


Text Example

White with #D8A114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A114; }

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

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

background-color css

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

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

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

border-color css

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

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

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