#DA8A25

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

Shades of Buttercup #DA8A25

Tints of Buttercup #DA8A25

Color information

#DA8A25 (or 0xDA8A25) is unknown color: approx Buttercup. HEX triplet: DA, 8A and 25. RGB value is (218,138,37). Sum of RGB (Red+Green+Blue) = 218+138+37=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8A25 is #2575DA. Grayscale: #969696. Windows color (decimal): -2455003 or 2460378. OLE color: 2460378.

HSL color Cylindrical-coordinate representation of color #DA8A25: hue angle of 33.48º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA8A25 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB21813837-
CMYK00.370.830.15
HSL33.48º70.98%50%-
HSV(B)33.48º83.03%85.49%-
XYZ38.3433.226.14-
YUV150.4164176.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.47%
GREEN value IS 138 (54.30% from 255) = 35.11%
BLUE value IS 37 (14.84% from 255) = 9.41%
R=55.47%
G=35.11%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181383700.370.830.1533.4870.9850
HexDA8A2502553F214732
Octal33221245045123174110762
Binary11011010100010101001010100101101001111111000011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8A25; }

 p { color: rgb(218,138,37); }

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

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

 a { background-color: rgb(218,138,37); }

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

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

 span { border-color: rgb(218,138,37); }

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