#d3961c

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

Shades of Buttercup #D3961C

Tints of Buttercup #D3961C

Color information

#D3961C (or 0xD3961C) is unknown color: approx Buttercup. HEX triplet: D3, 96 and 1C. RGB value is (211,150,28). Sum of RGB (Red+Green+Blue) = 211+150+28=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D3961C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3961C is #2C69E3. Grayscale: #9A9A9A. Windows color (decimal): -2910692 or 1873619. OLE color: 1873619.

HSL color Cylindrical-coordinate representation of color #D3961C: hue angle of 40º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3961C is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB21115028-
CMYK00.290.870.17
HSL40º76.57%46.86%-
HSV(B)40º86.73%82.75%-
XYZ37.9835.756-
YUV154.3356.71168.42-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.24%
GREEN value IS 150 (58.98% from 255) = 38.56%
BLUE value IS 28 (11.33% from 255) = 7.20%
R=54.24%
G=38.56%
B=7.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111502800.290.870.174076.5746.86
HexD3961C01D5711284d2f
Octal32322634035127215011557
Binary1101001110010110111000111011010111100011010001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3961c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3961c; }

 p { color: rgb(211,150,28); }

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

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

 a { background-color: rgb(211,150,28); }

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

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

 span { border-color: rgb(211,150,28); }

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