#D58F28

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

Shades of Buttercup #D58F28

Tints of Buttercup #D58F28

Color information

#D58F28 (or 0xD58F28) is unknown color: approx Buttercup. HEX triplet: D5, 8F and 28. RGB value is (213,143,40). Sum of RGB (Red+Green+Blue) = 213+143+40=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58F28 is #2A70D7. Grayscale: #989898. Windows color (decimal): -2781400 or 2658261. OLE color: 2658261.

HSL color Cylindrical-coordinate representation of color #D58F28: hue angle of 35.72º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D58F28 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB21314340-
CMYK00.330.810.16
HSL35.72º68.38%49.61%-
HSV(B)35.72º81.22%83.53%-
XYZ37.6533.946.58-
YUV152.1964.69171.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.79%
GREEN value IS 143 (56.25% from 255) = 36.11%
BLUE value IS 40 (16.02% from 255) = 10.10%
R=53.79%
G=36.11%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131434000.330.810.1635.7268.3849.61
HexD58F280215110244432
Octal32521750041121204410462
Binary110101011000111110100001000011010001100001001001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58F28; }

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

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

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

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

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

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

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

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