#D7960A

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

Shades of Gamboge #D7960A

Tints of Gamboge #D7960A

Color information

#D7960A (or 0xD7960A) is unknown color: approx Gamboge. HEX triplet: D7, 96 and 0A. RGB value is (215,150,10). Sum of RGB (Red+Green+Blue) = 215+150+10=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7960A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7960A is #2869F5. Grayscale: #9A9A9A. Windows color (decimal): -2648566 or 693975. OLE color: 693975.

HSL color Cylindrical-coordinate representation of color #D7960A: hue angle of 40.98º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7960A is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB21515010-
CMYK00.300.950.16
HSL40.98º91.11%44.12%-
HSV(B)40.98º95.35%84.31%-
XYZ38.9936.285.24-
YUV153.4747.03171.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.33%
GREEN value IS 150 (58.98% from 255) = 40%
BLUE value IS 10 (4.30% from 255) = 2.67%
R=57.33%
G=40%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151501000.300.950.1640.9891.1144.12
HexD796A01E5F10295b2c
Octal32722612036137205113354
Binary110101111001011010100111101011111100001010011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7960A; }

 p { color: rgb(215,150,10); }

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

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

 a { background-color: rgb(215,150,10); }

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

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

 span { border-color: rgb(215,150,10); }

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