Html Css Color HEX #D6A112 Gamboge

📋 copy color: '#D6A112'

red 214 ◦ green 161 ◦ blue 18

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

Shades of Gamboge #D6A112

Tints of Gamboge #D6A112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.58%

R = 54.45%
G = 40.97%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D6A112 (or 0xD6A112) is known color: Gamboge. HEX triplet: D6, A1 and 12. RGB value is (214,161,18). Sum of RGB (Red+Green+Blue) = 214+161+18=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A112 is #295EED. Grayscale: #A1A1A1. Windows color (decimal): -2711278 or 1221078. OLE color: 1221078.

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

Color convert

RGB 214 161 18 -
CMYK 0 0.25 0.92 0.16
HSL 43.78º 0.84% 0.45% -
HSV(B) 43.78º 0.92% 0.84% -
XYZ 40.59 39.83 6.12 -
YUV 160.55 47.56 166.13 -
System Red Green Blue C M Y K H S L
Decimal 214 161 18 0 0.25 0.92 0.16 43.78 0.84 0.45
Hex D6 A1 12 0 19 5C 10 2C 54 2D
Octal 326 241 22 0 31 134 20 54 124 55
Binary 11010110 10100001 10010 0 11001 1011100 10000 101100 1010100 101101

Color Harmonies of #D6A112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A112

Black with #D6A112

Text Example


Text Example

White with #D6A112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A112; }

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

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

background-color css

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

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

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

border-color css

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

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

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