#D6932D

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

Shades of Buttercup #D6932D

Tints of Buttercup #D6932D

Color information

#D6932D (or 0xD6932D) is unknown color: approx Buttercup. HEX triplet: D6, 93 and 2D. RGB value is (214,147,45). Sum of RGB (Red+Green+Blue) = 214+147+45=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6932D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6932D is #296CD2. Grayscale: #9B9B9B. Windows color (decimal): -2714835 or 2986966. OLE color: 2986966.

HSL color Cylindrical-coordinate representation of color #D6932D: hue angle of 36.21º degrees, saturation: 0.67, 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 #D6932D is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB21414745-
CMYK00.310.790.16
HSL36.21º67.33%50.78%-
HSV(B)36.21º78.97%83.92%-
XYZ38.6435.357.27-
YUV155.465.7169.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.71%
GREEN value IS 147 (57.81% from 255) = 36.21%
BLUE value IS 45 (17.97% from 255) = 11.08%
R=52.71%
G=36.21%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141474500.310.790.1636.2167.3350.78
HexD6932D01F4F10244333
Octal32622355037117204410363
Binary11010110100100111011010111111001111100001001001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6932D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6932D; }

 p { color: rgb(214,147,45); }

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

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

 a { background-color: rgb(214,147,45); }

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

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

 span { border-color: rgb(214,147,45); }

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