#DA8D2D

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

Shades of Buttercup #DA8D2D

Tints of Buttercup #DA8D2D

Color information

#DA8D2D (or 0xDA8D2D) is unknown color: approx Buttercup. HEX triplet: DA, 8D and 2D. RGB value is (218,141,45). Sum of RGB (Red+Green+Blue) = 218+141+45=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8D2D is #2572D2. Grayscale: #999999. Windows color (decimal): -2454227 or 2985434. OLE color: 2985434.

HSL color Cylindrical-coordinate representation of color #DA8D2D: hue angle of 33.29º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA8D2D is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB21814145-
CMYK00.350.790.15
HSL33.29º70.04%51.57%-
HSV(B)33.29º79.36%85.49%-
XYZ38.9134.147.02-
YUV153.0867.01174.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.96%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 45 (17.97% from 255) = 11.14%
R=53.96%
G=34.90%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181414500.350.790.1533.2970.0451.57
HexDA8D2D0234FF214634
Octal33221555043117174110664
Binary11011010100011011011010100011100111111111000011000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8D2D; }

 p { color: rgb(218,141,45); }

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

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

 a { background-color: rgb(218,141,45); }

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

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

 span { border-color: rgb(218,141,45); }

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