#D28B20

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

Shades of Buttercup #D28B20

Tints of Buttercup #D28B20

Color information

#D28B20 (or 0xD28B20) is unknown color: approx Buttercup. HEX triplet: D2, 8B and 20. RGB value is (210,139,32). Sum of RGB (Red+Green+Blue) = 210+139+32=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D28B20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28B20 is #2D74DF. Grayscale: #949494. Windows color (decimal): -2979040 or 2132946. OLE color: 2132946.

HSL color Cylindrical-coordinate representation of color #D28B20: hue angle of 36.07º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D28B20 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB21013932-
CMYK00.340.850.18
HSL36.07º73.55%47.45%-
HSV(B)36.07º84.76%82.35%-
XYZ36.0732.275.69-
YUV148.0362.52172.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 55.12%
GREEN value IS 139 (54.69% from 255) = 36.48%
BLUE value IS 32 (12.89% from 255) = 8.40%
R=55.12%
G=36.48%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101393200.340.850.1836.0773.5547.45
HexD28B200225512244a2f
Octal32221340042125224411257
Binary110100101000101110000001000101010101100101001001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28B20; }

 p { color: rgb(210,139,32); }

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

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

 a { background-color: rgb(210,139,32); }

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

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

 span { border-color: rgb(210,139,32); }

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