#D2970D

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

Shades of Gamboge #D2970D

Tints of Gamboge #D2970D

Color information

#D2970D (or 0xD2970D) is unknown color: approx Gamboge. HEX triplet: D2, 97 and 0D. RGB value is (210,151,13). Sum of RGB (Red+Green+Blue) = 210+151+13=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2970D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2970D is #2D68F2. Grayscale: #999999. Windows color (decimal): -2975987 or 890834. OLE color: 890834.

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

Color convert

RGB21015113-
CMYK00.280.940.18
HSL42.03º88.34%43.73%-
HSV(B)42.03º93.81%82.35%-
XYZ37.7235.865.32-
YUV152.9149.05168.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56.15%
GREEN value IS 151 (59.38% from 255) = 40.37%
BLUE value IS 13 (5.47% from 255) = 3.48%
R=56.15%
G=40.37%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101511300.280.940.1842.0388.3443.73
HexD297D01C5E122a582c
Octal32222715034136225213054
Binary110100101001011111010111001011110100101010101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2970D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2970D; }

 p { color: rgb(210,151,13); }

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

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

 a { background-color: rgb(210,151,13); }

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

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

 span { border-color: rgb(210,151,13); }

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