#D58826

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

Shades of Buttercup #D58826

Tints of Buttercup #D58826

Color information

#D58826 (or 0xD58826) is unknown color: approx Buttercup. HEX triplet: D5, 88 and 26. RGB value is (213,136,38). Sum of RGB (Red+Green+Blue) = 213+136+38=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D58826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58826 is #2A77D9. Grayscale: #949494. Windows color (decimal): -2783194 or 2525397. OLE color: 2525397.

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

Color convert

RGB21313638-
CMYK00.360.820.16
HSL33.6º69.72%49.22%-
HSV(B)33.6º82.16%83.53%-
XYZ36.5931.896.06-
YUV147.8566.01174.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.04%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 38 (15.23% from 255) = 9.82%
R=55.04%
G=35.14%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131363800.360.820.1633.669.7249.22
HexD588260245210224631
Octal32521046044122204210661
Binary110101011000100010011001001001010010100001000101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58826; }

 p { color: rgb(213,136,38); }

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

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

 a { background-color: rgb(213,136,38); }

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

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

 span { border-color: rgb(213,136,38); }

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