#DA8B2E

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

Shades of Buttercup #DA8B2E

Tints of Buttercup #DA8B2E

Color information

#DA8B2E (or 0xDA8B2E) is unknown color: approx Buttercup. HEX triplet: DA, 8B and 2E. RGB value is (218,139,46). Sum of RGB (Red+Green+Blue) = 218+139+46=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8B2E is #2574D1. Grayscale: #989898. Windows color (decimal): -2454738 or 3050458. OLE color: 3050458.

HSL color Cylindrical-coordinate representation of color #DA8B2E: hue angle of 32.44º 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 #DA8B2E is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB21813946-
CMYK00.360.790.15
HSL32.44º69.92%51.76%-
HSV(B)32.44º78.9%85.49%-
XYZ38.6433.577.03-
YUV152.0268.17175.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.09%
GREEN value IS 139 (54.69% from 255) = 34.49%
BLUE value IS 46 (18.36% from 255) = 11.41%
R=54.09%
G=34.49%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181394600.360.790.1532.4469.9251.76
HexDA8B2E0244FF204634
Octal33221356044117174010664
Binary11011010100010111011100100100100111111111000001000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8B2E; }

 p { color: rgb(218,139,46); }

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

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

 a { background-color: rgb(218,139,46); }

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

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

 span { border-color: rgb(218,139,46); }

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