#D7982D

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

Shades of Buttercup #D7982D

Tints of Buttercup #D7982D

Color information

#D7982D (or 0xD7982D) is unknown color: approx Buttercup. HEX triplet: D7, 98 and 2D. RGB value is (215,152,45). Sum of RGB (Red+Green+Blue) = 215+152+45=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D7982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7982D is #2867D2. Grayscale: #9F9F9F. Windows color (decimal): -2648019 or 2988247. OLE color: 2988247.

HSL color Cylindrical-coordinate representation of color #D7982D: hue angle of 37.76º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7982D is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB21515245-
CMYK00.290.790.16
HSL37.76º68%50.98%-
HSV(B)37.76º79.07%84.31%-
XYZ39.7337.097.55-
YUV158.6463.87168.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.18%
GREEN value IS 152 (59.77% from 255) = 36.89%
BLUE value IS 45 (17.97% from 255) = 10.92%
R=52.18%
G=36.89%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151524500.290.790.1637.766850.98
HexD7982D01D4F10264433
Octal32723055035117204610463
Binary11010111100110001011010111011001111100001001101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7982D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7982D; }

 p { color: rgb(215,152,45); }

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

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

 a { background-color: rgb(215,152,45); }

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

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

 span { border-color: rgb(215,152,45); }

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