#DA8E2D

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

Shades of Buttercup #DA8E2D

Tints of Buttercup #DA8E2D

Color information

#DA8E2D (or 0xDA8E2D) is unknown color: approx Buttercup. HEX triplet: DA, 8E and 2D. RGB value is (218,142,45). Sum of RGB (Red+Green+Blue) = 218+142+45=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8E2D is #2571D2. Grayscale: #9A9A9A. Windows color (decimal): -2453971 or 2985690. OLE color: 2985690.

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

Color convert

RGB21814245-
CMYK00.350.790.15
HSL33.64º70.04%51.57%-
HSV(B)33.64º79.36%85.49%-
XYZ39.0634.447.07-
YUV153.6766.68173.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.83%
GREEN value IS 142 (55.86% from 255) = 35.06%
BLUE value IS 45 (17.97% from 255) = 11.11%
R=53.83%
G=35.06%
B=11.11%

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
Decimal2181424500.350.790.1533.6470.0451.57
HexDA8E2D0234FF224634
Octal33221655043117174210664
Binary11011010100011101011010100011100111111111000101000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8E2D; }

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

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

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

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

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

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

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

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