#d68d1f

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

Shades of Buttercup #D68D1F

Tints of Buttercup #D68D1F

Color information

#D68D1F (or 0xD68D1F) is unknown color: approx Buttercup. HEX triplet: D6, 8D and 1F. RGB value is (214,141,31). Sum of RGB (Red+Green+Blue) = 214+141+31=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68D1F is #2972E0. Grayscale: #969696. Windows color (decimal): -2716385 or 2067926. OLE color: 2067926.

HSL color Cylindrical-coordinate representation of color #D68D1F: hue angle of 36.07º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D68D1F is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB21414131-
CMYK00.340.860.16
HSL36.07º74.69%48.04%-
HSV(B)36.07º85.51%83.92%-
XYZ37.533.445.78-
YUV150.2960.68173.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.44%
GREEN value IS 141 (55.47% from 255) = 36.53%
BLUE value IS 31 (12.5% from 255) = 8.03%
R=55.44%
G=36.53%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141413100.340.860.1636.0774.6948.04
HexD68D1F0225610244b30
Octal32621537042126204411360
Binary11010110100011011111101000101010110100001001001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d68d1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d68d1f; }

 p { color: rgb(214,141,31); }

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

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

 a { background-color: rgb(214,141,31); }

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

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

 span { border-color: rgb(214,141,31); }

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