#D68E25

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

Shades of Buttercup #D68E25

Tints of Buttercup #D68E25

Color information

#D68E25 (or 0xD68E25) is unknown color: approx Buttercup. HEX triplet: D6, 8E and 25. RGB value is (214,142,37). Sum of RGB (Red+Green+Blue) = 214+142+37=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68E25 is #2971DA. Grayscale: #989898. Windows color (decimal): -2716123 or 2461398. OLE color: 2461398.

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

Color convert

RGB21414237-
CMYK00.340.830.16
HSL35.59º70.52%49.22%-
HSV(B)35.59º82.71%83.92%-
XYZ37.7433.786.28-
YUV151.5663.35172.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.45%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 37 (14.84% from 255) = 9.41%
R=54.45%
G=36.13%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141423700.340.830.1635.5970.5249.22
HexD68E250225310244731
Octal32621645042123204410761
Binary110101101000111010010101000101010011100001001001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68E25; }

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

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

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

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

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

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

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

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