Html Css Color HEX #DAA946 Tulip Tree

📋 copy color: '#DAA946'

red 218 ◦ green 169 ◦ blue 70

#DAA946
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tulip Tree #DAA946

Tints of Tulip Tree #DAA946

RGB

 RED value IS 218 (85.55% from 255) = 47.7%

 GREEN value IS 169 (66.41% from 255) = 36.98%

 BLUE value IS 70 (27.73% from 255) = 15.32%

R = 47.7%
G = 36.98%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAA946 (or 0xDAA946) is known color: Tulip Tree. HEX triplet: DA, A9 and 46. RGB value is (218,169,70). Sum of RGB (Red+Green+Blue) = 218+169+70=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA946 is #2556B9. Grayscale: #ACACAC. Windows color (decimal): -2447034 or 4631002. OLE color: 4631002.

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

Color convert

RGB 218 169 70 -
CMYK 0 0.22 0.68 0.15
HSL 40.14º 0.67% 0.56% -
HSV(B) 40.14º 0.68% 0.85% -
XYZ 44.21 43.72 11.9 -
YUV 172.37 70.23 160.55 -
System Red Green Blue C M Y K H S L
Decimal 218 169 70 0 0.22 0.68 0.15 40.14 0.67 0.56
Hex DA A9 46 0 16 44 F 28 43 38
Octal 332 251 106 0 26 104 17 50 103 70
Binary 11011010 10101001 1000110 0 10110 1000100 1111 101000 1000011 111000

Color Harmonies of #DAA946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA946

Black with #DAA946

Text Example


Text Example

White with #DAA946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA946; }

 p { color: rgb(218,169,70); }

 H1.HeaderClassName
 {
   color: #DAA946;
 }
 .AnyTagClassName
 {
   color: #DAA946;
 }
</style>

background-color css

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

 a { background-color: rgb(218,169,70); }

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

border-color css

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

 span { border-color: rgb(218,169,70); }

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