#D18A20

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

Shades of Buttercup #D18A20

Tints of Buttercup #D18A20

Color information

#D18A20 (or 0xD18A20) is unknown color: approx Buttercup. HEX triplet: D1, 8A and 20. RGB value is (209,138,32). Sum of RGB (Red+Green+Blue) = 209+138+32=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18A20 is #2E75DF. Grayscale: #939393. Windows color (decimal): -3044832 or 2132689. OLE color: 2132689.

HSL color Cylindrical-coordinate representation of color #D18A20: hue angle of 35.93º degrees, saturation: 0.73, 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 #D18A20 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB20913832-
CMYK00.340.850.18
HSL35.93º73.44%47.25%-
HSV(B)35.93º84.69%81.96%-
XYZ35.6431.845.63-
YUV147.1563.02172.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.15%
GREEN value IS 138 (54.30% from 255) = 36.41%
BLUE value IS 32 (12.89% from 255) = 8.44%
R=55.15%
G=36.41%
B=8.44%

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
Decimal2091383200.340.850.1835.9373.4447.25
HexD18A20022551224492f
Octal32121240042125224411157
Binary110100011000101010000001000101010101100101001001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18A20; }

 p { color: rgb(209,138,32); }

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

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

 a { background-color: rgb(209,138,32); }

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

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

 span { border-color: rgb(209,138,32); }

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