Html Css Color HEX #DAA940 Tulip Tree

📋 copy color: '#DAA940'

red 218 ◦ green 169 ◦ blue 64

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

Shades of Tulip Tree #DAA940

Tints of Tulip Tree #DAA940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.19%

R = 48.34%
G = 37.47%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DAA940 (or 0xDAA940) is known color: Tulip Tree. HEX triplet: DA, A9 and 40. RGB value is (218,169,64). Sum of RGB (Red+Green+Blue) = 218+169+64=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA940 is #2556BF. Grayscale: #ACACAC. Windows color (decimal): -2447040 or 4237786. OLE color: 4237786.

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

Color convert

RGB 218 169 64 -
CMYK 0 0.22 0.71 0.15
HSL 40.91º 0.68% 0.55% -
HSV(B) 40.91º 0.71% 0.85% -
XYZ 44.03 43.65 10.96 -
YUV 171.68 67.23 161.04 -
System Red Green Blue C M Y K H S L
Decimal 218 169 64 0 0.22 0.71 0.15 40.91 0.68 0.55
Hex DA A9 40 0 16 47 F 29 44 37
Octal 332 251 100 0 26 107 17 51 104 67
Binary 11011010 10101001 1000000 0 10110 1000111 1111 101001 1000100 110111

Color Harmonies of #DAA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA940

Black with #DAA940

Text Example


Text Example

White with #DAA940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA940; }

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

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

background-color css

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

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

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

border-color css

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

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

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