#D2871E

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

Shades of Buttercup #D2871E

Tints of Buttercup #D2871E

Color information

#D2871E (or 0xD2871E) is unknown color: approx Buttercup. HEX triplet: D2, 87 and 1E. RGB value is (210,135,30). Sum of RGB (Red+Green+Blue) = 210+135+30=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2871E is #2D78E1. Grayscale: #919191. Windows color (decimal): -2980066 or 2000850. OLE color: 2000850.

HSL color Cylindrical-coordinate representation of color #D2871E: hue angle of 35º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2871E is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB21013530-
CMYK00.360.860.18
HSL35º75%47.06%-
HSV(B)35º85.71%82.35%-
XYZ35.4831.125.37-
YUV145.4562.85174.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 30 (12.11% from 255) = 8%
R=56%
G=36%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101353000.360.860.18357547.06
HexD2871E0245612234b2f
Octal32220736044126224311357
Binary11010010100001111111001001001010110100101000111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2871E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2871E; }

 p { color: rgb(210,135,30); }

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

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

 a { background-color: rgb(210,135,30); }

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

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

 span { border-color: rgb(210,135,30); }

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