#D38820

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

Shades of Buttercup #D38820

Tints of Buttercup #D38820

Color information

#D38820 (or 0xD38820) is unknown color: approx Buttercup. HEX triplet: D3, 88 and 20. RGB value is (211,136,32). Sum of RGB (Red+Green+Blue) = 211+136+32=379 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.67% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 211 - color contains mainly: red. Hex color #D38820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38820 is #2C77DF. Grayscale: #939393. Windows color (decimal): -2914272 or 2132179. OLE color: 2132179.

HSL color Cylindrical-coordinate representation of color #D38820: hue angle of 34.86º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D38820 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB21113632-
CMYK00.360.850.17
HSL34.86º73.66%47.65%-
HSV(B)34.86º84.83%82.75%-
XYZ35.9331.565.56-
YUV146.5763.35173.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 55.67%
GREEN value IS 136 (53.52% from 255) = 35.88%
BLUE value IS 32 (12.89% from 255) = 8.44%
R=55.67%
G=35.88%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111363200.360.850.1734.8673.6647.65
HexD388200245511234a30
Octal32321040044125214311260
Binary110100111000100010000001001001010101100011000111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38820; }

 p { color: rgb(211,136,32); }

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

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

 a { background-color: rgb(211,136,32); }

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

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

 span { border-color: rgb(211,136,32); }

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