#D88B25

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

Shades of Buttercup #D88B25

Tints of Buttercup #D88B25

Color information

#D88B25 (or 0xD88B25) is unknown color: approx Buttercup. HEX triplet: D8, 8B and 25. RGB value is (216,139,37). Sum of RGB (Red+Green+Blue) = 216+139+37=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88B25 is #2774DA. Grayscale: #969696. Windows color (decimal): -2585819 or 2460632. OLE color: 2460632.

HSL color Cylindrical-coordinate representation of color #D88B25: hue angle of 34.19º 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 #D88B25 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB21613937-
CMYK00.360.830.15
HSL34.19º70.75%49.61%-
HSV(B)34.19º82.87%84.71%-
XYZ37.8933.26.16-
YUV150.3964.01174.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.10%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 37 (14.84% from 255) = 9.44%
R=55.10%
G=35.46%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161393700.360.830.1534.1970.7549.61
HexD88B2502453F224732
Octal33021345044123174210762
Binary11011000100010111001010100100101001111111000101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88B25; }

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

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

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

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

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

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

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

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