#d2951a

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

Shades of Buttercup #D2951A

Tints of Buttercup #D2951A

Color information

#D2951A (or 0xD2951A) is unknown color: approx Buttercup. HEX triplet: D2, 95 and 1A. RGB value is (210,149,26). Sum of RGB (Red+Green+Blue) = 210+149+26=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2951A is #2D6AE5. Grayscale: #999999. Windows color (decimal): -2976486 or 1742290. OLE color: 1742290.

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

Color convert

RGB21014926-
CMYK00.290.880.18
HSL40.11º77.97%46.27%-
HSV(B)40.11º87.62%82.35%-
XYZ37.5135.275.81-
YUV153.2256.21168.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.55%
GREEN value IS 149 (58.59% from 255) = 38.70%
BLUE value IS 26 (10.55% from 255) = 6.75%
R=54.55%
G=38.70%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101492600.290.880.1840.1177.9746.27
HexD2951A01D5812284e2e
Octal32222532035130225011656
Binary1101001010010101110100111011011000100101010001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2951a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2951a; }

 p { color: rgb(210,149,26); }

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

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

 a { background-color: rgb(210,149,26); }

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

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

 span { border-color: rgb(210,149,26); }

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