#D88C26

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

Shades of Buttercup #D88C26

Tints of Buttercup #D88C26

Color information

#D88C26 (or 0xD88C26) is unknown color: approx Buttercup. HEX triplet: D8, 8C and 26. RGB value is (216,140,38). Sum of RGB (Red+Green+Blue) = 216+140+38=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 38 (15.23% from 255 or 9.64% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88C26 is #2773D9. Grayscale: #979797. Windows color (decimal): -2585562 or 2526424. OLE color: 2526424.

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

Color convert

RGB21614038-
CMYK00.350.820.15
HSL34.38º70.08%49.8%-
HSV(B)34.38º82.41%84.71%-
XYZ38.0533.56.29-
YUV151.164.18174.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.82%
GREEN value IS 140 (55.08% from 255) = 35.53%
BLUE value IS 38 (15.23% from 255) = 9.64%
R=54.82%
G=35.53%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161403800.350.820.1534.3870.0849.8
HexD88C2602352F224632
Octal33021446043122174210662
Binary11011000100011001001100100011101001011111000101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88C26; }

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

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

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

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

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

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

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

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