Html Css Color HEX #D6A110 Gamboge

📋 copy color: '#D6A110'

red 214 ◦ green 161 ◦ blue 16

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

Shades of Gamboge #D6A110

Tints of Gamboge #D6A110

RGB

 RED value IS 214 (83.98% from 255) = 54.73%

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

 BLUE value IS 16 (6.64% from 255) = 4.09%

R = 54.73%
G = 41.18%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6A110 (or 0xD6A110) is known color: Gamboge. HEX triplet: D6, A1 and 10. RGB value is (214,161,16). Sum of RGB (Red+Green+Blue) = 214+161+16=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 16 (6.64% from 255 or 4.09% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A110 is #295EEF. Grayscale: #A0A0A0. Windows color (decimal): -2711280 or 1090006. OLE color: 1090006.

HSL color Cylindrical-coordinate representation of color #D6A110: hue angle of 43.94º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6A110 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 161 16 -
CMYK 0 0.25 0.93 0.16
HSL 43.94º 0.86% 0.45% -
HSV(B) 43.94º 0.93% 0.84% -
XYZ 40.57 39.82 6.04 -
YUV 160.32 46.56 166.29 -
System Red Green Blue C M Y K H S L
Decimal 214 161 16 0 0.25 0.93 0.16 43.94 0.86 0.45
Hex D6 A1 10 0 19 5D 10 2C 56 2D
Octal 326 241 20 0 31 135 20 54 126 55
Binary 11010110 10100001 10000 0 11001 1011101 10000 101100 1010110 101101

Color Harmonies of #D6A110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A110

Black with #D6A110

Text Example


Text Example

White with #D6A110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A110; }

 p { color: rgb(214,161,16); }

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

background-color css

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

 a { background-color: rgb(214,161,16); }

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

border-color css

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

 span { border-color: rgb(214,161,16); }

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