Html Css Color HEX #D9A114 Gamboge

📋 copy color: '#D9A114'

red 217 ◦ green 161 ◦ blue 20

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

Shades of Gamboge #D9A114

Tints of Gamboge #D9A114

RGB

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

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

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

R = 54.52%
G = 40.45%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D9A114 (or 0xD9A114) is known color: Gamboge. HEX triplet: D9, A1 and 14. RGB value is (217,161,20). Sum of RGB (Red+Green+Blue) = 217+161+20=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A114 is #265EEB. Grayscale: #A2A2A2. Windows color (decimal): -2514668 or 1352153. OLE color: 1352153.

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

Color convert

RGB 217 161 20 -
CMYK 0 0.26 0.91 0.15
HSL 42.94º 0.83% 0.46% -
HSV(B) 42.94º 0.91% 0.85% -
XYZ 41.49 40.29 6.25 -
YUV 161.67 48.05 167.46 -
System Red Green Blue C M Y K H S L
Decimal 217 161 20 0 0.26 0.91 0.15 42.94 0.83 0.46
Hex D9 A1 14 0 1A 5B F 2B 53 2E
Octal 331 241 24 0 32 133 17 53 123 56
Binary 11011001 10100001 10100 0 11010 1011011 1111 101011 1010011 101110

Color Harmonies of #D9A114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A114

Black with #D9A114

Text Example


Text Example

White with #D9A114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A114; }

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

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

background-color css

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

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

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

border-color css

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

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

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