#d7a102

Color #D7A102 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #D7A102

Tints of Gamboge #D7A102

Color information

#D7A102 (or 0xD7A102) is unknown color: approx Gamboge. HEX triplet: D7, A1 and 02. RGB value is (215,161,2). Sum of RGB (Red+Green+Blue) = 215+161+2=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A102 is #285EFD. Grayscale: #9F9F9F. Windows color (decimal): -2645758 or 172503. OLE color: 172503.

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

Color convert

RGB2151612-
CMYK00.250.990.16
HSL44.79º98.16%42.55%-
HSV(B)44.79º99.07%84.31%-
XYZ40.7839.945.62-
YUV159.0239.39167.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 56.88%
GREEN value IS 161 (63.28% from 255) = 42.59%
BLUE value IS 2 (1.17% from 255) = 0.53%
R=56.88%
G=42.59%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.99
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215161200.250.990.1644.7998.1642.55
HexD7A1201963102d622b
Octal3272412031143205514253
Binary1101011110100001100110011100011100001011011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7a102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7a102; }

 p { color: rgb(215,161,2); }

 H1.HeaderClassName
 {
   color: #d7a102;
 }
 .AnyTagClassName
 {
   color: #d7a102;
 }
</style>
background-color css

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

 a { background-color: rgb(215,161,2); }

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

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

 span { border-color: rgb(215,161,2); }

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