Html Css Color HEX #D2A106 Gamboge

📋 copy color: '#D2A106'

red 210 ◦ green 161 ◦ blue 6

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

Shades of Gamboge #D2A106

Tints of Gamboge #D2A106

RGB

 RED value IS 210 (82.42% from 255) = 55.7%

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

 BLUE value IS 6 (2.73% from 255) = 1.59%

R = 55.7%
G = 42.71%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D2A106 (or 0xD2A106) is known color: Gamboge. HEX triplet: D2, A1 and 06. RGB value is (210,161,6). Sum of RGB (Red+Green+Blue) = 210+161+6=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A106 is #2D5EF9. Grayscale: #9E9E9E. Windows color (decimal): -2973434 or 434642. OLE color: 434642.

HSL color Cylindrical-coordinate representation of color #D2A106: hue angle of 45.59º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2A106 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 161 6 -
CMYK 0 0.23 0.97 0.18
HSL 45.59º 0.94% 0.42% -
HSV(B) 45.59º 0.97% 0.82% -
XYZ 39.36 39.2 5.67 -
YUV 157.98 42.23 165.1 -
System Red Green Blue C M Y K H S L
Decimal 210 161 6 0 0.23 0.97 0.18 45.59 0.94 0.42
Hex D2 A1 6 0 17 61 12 2E 5E 2A
Octal 322 241 6 0 27 141 22 56 136 52
Binary 11010010 10100001 110 0 10111 1100001 10010 101110 1011110 101010

Color Harmonies of #D2A106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A106

Black with #D2A106

Text Example


Text Example

White with #D2A106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A106; }

 p { color: rgb(210,161,6); }

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

background-color css

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

 a { background-color: rgb(210,161,6); }

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

border-color css

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

 span { border-color: rgb(210,161,6); }

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