#D88C25

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

Shades of Buttercup #D88C25

Tints of Buttercup #D88C25

Color information

#D88C25 (or 0xD88C25) is unknown color: approx Buttercup. HEX triplet: D8, 8C and 25. RGB value is (216,140,37). Sum of RGB (Red+Green+Blue) = 216+140+37=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88C25 is #2773DA. Grayscale: #979797. Windows color (decimal): -2585563 or 2460888. OLE color: 2460888.

HSL color Cylindrical-coordinate representation of color #D88C25: hue angle of 34.53º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D88C25 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB21614037-
CMYK00.350.830.15
HSL34.53º70.75%49.61%-
HSV(B)34.53º82.87%84.71%-
XYZ38.0333.496.21-
YUV150.9863.68174.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.96%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 37 (14.84% from 255) = 9.41%
R=54.96%
G=35.62%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161403700.350.830.1534.5370.7549.61
HexD88C2502353F234732
Octal33021445043123174310762
Binary11011000100011001001010100011101001111111000111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88C25; }

 p { color: rgb(216,140,37); }

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

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

 a { background-color: rgb(216,140,37); }

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

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

 span { border-color: rgb(216,140,37); }

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