#D18B1F

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

Shades of Buttercup #D18B1F

Tints of Buttercup #D18B1F

Color information

#D18B1F (or 0xD18B1F) is unknown color: approx Buttercup. HEX triplet: D1, 8B and 1F. RGB value is (209,139,31). Sum of RGB (Red+Green+Blue) = 209+139+31=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18B1F is #2E74E0. Grayscale: #949494. Windows color (decimal): -3044577 or 2067409. OLE color: 2067409.

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

Color convert

RGB20913931-
CMYK00.330.850.18
HSL36.4º74.17%47.06%-
HSV(B)36.4º85.17%81.96%-
XYZ35.7732.125.61-
YUV147.6262.19171.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.15%
GREEN value IS 139 (54.69% from 255) = 36.68%
BLUE value IS 31 (12.5% from 255) = 8.18%
R=55.15%
G=36.68%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091393100.330.850.1836.474.1747.06
HexD18B1F0215512244a2f
Octal32121337041125224411257
Binary11010001100010111111101000011010101100101001001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18B1F; }

 p { color: rgb(209,139,31); }

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

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

 a { background-color: rgb(209,139,31); }

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

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

 span { border-color: rgb(209,139,31); }

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