#DAA748

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

Shades of Tulip Tree #DAA748

Tints of Tulip Tree #DAA748

Color information

#DAA748 (or 0xDAA748) is unknown color: approx Tulip Tree. HEX triplet: DA, A7 and 48. RGB value is (218,167,72). Sum of RGB (Red+Green+Blue) = 218+167+72=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA748 is #2558B7. Grayscale: #ABABAB. Windows color (decimal): -2447544 or 4761562. OLE color: 4761562.

HSL color Cylindrical-coordinate representation of color #DAA748: hue angle of 39.04º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAA748 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB21816772-
CMYK00.230.670.15
HSL39.04º66.36%56.86%-
HSV(B)39.04º66.97%85.49%-
XYZ43.943.0112.12-
YUV171.4271.9161.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.70%
GREEN value IS 167 (65.62% from 255) = 36.54%
BLUE value IS 72 (28.52% from 255) = 15.75%
R=47.70%
G=36.54%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181677200.230.670.1539.0466.3656.86
HexDAA74801743F274239
Octal332247110027103174710271
Binary11011010101001111001000010111100001111111001111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA748; }

 p { color: rgb(218,167,72); }

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

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

 a { background-color: rgb(218,167,72); }

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

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

 span { border-color: rgb(218,167,72); }

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