#D7A20F

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

Shades of Gamboge #D7A20F

Tints of Gamboge #D7A20F

Color information

#D7A20F (or 0xD7A20F) is unknown color: approx Gamboge. HEX triplet: D7, A2 and 0F. RGB value is (215,162,15). Sum of RGB (Red+Green+Blue) = 215+162+15=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A20F is #285DF0. Grayscale: #A1A1A1. Windows color (decimal): -2645489 or 1024727. OLE color: 1024727.

HSL color Cylindrical-coordinate representation of color #D7A20F: hue angle of 44.1º degrees, saturation: 0.87, 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 #D7A20F is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB21516215-
CMYK00.250.930.16
HSL44.1º86.96%45.1%-
HSV(B)44.1º93.02%84.31%-
XYZ41.0340.326.07-
YUV161.0945.56166.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.85%
GREEN value IS 162 (63.67% from 255) = 41.33%
BLUE value IS 15 (6.25% from 255) = 3.83%
R=54.85%
G=41.33%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151621500.250.930.1644.186.9645.1
HexD7A2F0195D102c572d
Octal32724217031135205412755
Binary110101111010001011110110011011101100001011001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A20F; }

 p { color: rgb(215,162,15); }

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

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

 a { background-color: rgb(215,162,15); }

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

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

 span { border-color: rgb(215,162,15); }

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