#DAA33C

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

Shades of Tulip Tree #DAA33C

Tints of Tulip Tree #DAA33C

Color information

#DAA33C (or 0xDAA33C) is unknown color: approx Tulip Tree. HEX triplet: DA, A3 and 3C. RGB value is (218,163,60). Sum of RGB (Red+Green+Blue) = 218+163+60=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA33C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA33C is #255CC3. Grayscale: #A8A8A8. Windows color (decimal): -2448580 or 3974106. OLE color: 3974106.

HSL color Cylindrical-coordinate representation of color #DAA33C: hue angle of 39.11º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAA33C is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB21816360-
CMYK00.250.720.15
HSL39.11º68.1%54.51%-
HSV(B)39.11º72.48%85.49%-
XYZ42.8341.4310.01-
YUV167.767.22163.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.43%
GREEN value IS 163 (64.06% from 255) = 36.96%
BLUE value IS 60 (23.83% from 255) = 13.61%
R=49.43%
G=36.96%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181636000.250.720.1539.1168.154.51
HexDAA33C01948F274437
Octal33224374031110174710467
Binary1101101010100011111100011001100100011111001111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA33C; }

 p { color: rgb(218,163,60); }

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

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

 a { background-color: rgb(218,163,60); }

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

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

 span { border-color: rgb(218,163,60); }

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