#D58F27

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

Shades of Buttercup #D58F27

Tints of Buttercup #D58F27

Color information

#D58F27 (or 0xD58F27) is unknown color: approx Buttercup. HEX triplet: D5, 8F and 27. RGB value is (213,143,39). Sum of RGB (Red+Green+Blue) = 213+143+39=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 39 (15.62% from 255 or 9.87% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58F27 is #2A70D8. Grayscale: #989898. Windows color (decimal): -2781401 or 2592725. OLE color: 2592725.

HSL color Cylindrical-coordinate representation of color #D58F27: hue angle of 35.86º degrees, saturation: 0.69, 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 #D58F27 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB21314339-
CMYK00.330.820.16
HSL35.86º69.05%49.41%-
HSV(B)35.86º81.69%83.53%-
XYZ37.6333.946.49-
YUV152.0764.19171.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.92%
GREEN value IS 143 (56.25% from 255) = 36.20%
BLUE value IS 39 (15.62% from 255) = 9.87%
R=53.92%
G=36.20%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131433900.330.820.1635.8669.0549.41
HexD58F270215210244531
Octal32521747041122204410561
Binary110101011000111110011101000011010010100001001001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58F27; }

 p { color: rgb(213,143,39); }

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

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

 a { background-color: rgb(213,143,39); }

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

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

 span { border-color: rgb(213,143,39); }

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