#D68E17

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

Shades of Buttercup #D68E17

Tints of Buttercup #D68E17

Color information

#D68E17 (or 0xD68E17) is unknown color: approx Buttercup. HEX triplet: D6, 8E and 17. RGB value is (214,142,23). Sum of RGB (Red+Green+Blue) = 214+142+23=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68E17 is #2971E8. Grayscale: #969696. Windows color (decimal): -2716137 or 1543894. OLE color: 1543894.

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

Color convert

RGB21414223-
CMYK00.340.890.16
HSL37.38º80.59%46.47%-
HSV(B)37.38º89.25%83.92%-
XYZ37.5633.75.34-
YUV149.9656.35173.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.46%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 23 (9.38% from 255) = 6.07%
R=56.46%
G=37.47%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141422300.340.890.1637.3880.5946.47
HexD68E17022591025512e
Octal32621627042131204512156
Binary11010110100011101011101000101011001100001001011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68E17; }

 p { color: rgb(214,142,23); }

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

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

 a { background-color: rgb(214,142,23); }

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

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

 span { border-color: rgb(214,142,23); }

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