Html Css Color HEX #DAAA40 Tulip Tree

📋 copy color: '#DAAA40'

red 218 ◦ green 170 ◦ blue 64

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

Shades of Tulip Tree #DAAA40

Tints of Tulip Tree #DAAA40

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.61%

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

R = 48.23%
G = 37.61%
B = 14.16%

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

#DAAA40 (or 0xDAAA40) is known color: Tulip Tree. HEX triplet: DA, AA and 40. RGB value is (218,170,64). Sum of RGB (Red+Green+Blue) = 218+170+64=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA40 is #2555BF. Grayscale: #ACACAC. Windows color (decimal): -2446784 or 4238042. OLE color: 4238042.

HSL color Cylindrical-coordinate representation of color #DAAA40: hue angle of 41.3º 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 #DAAA40 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 170 64 -
CMYK 0 0.22 0.71 0.15
HSL 41.3º 0.68% 0.55% -
HSV(B) 41.3º 0.71% 0.85% -
XYZ 44.21 44.03 11.02 -
YUV 172.27 66.9 160.62 -
System Red Green Blue C M Y K H S L
Decimal 218 170 64 0 0.22 0.71 0.15 41.3 0.68 0.55
Hex DA AA 40 0 16 47 F 29 44 37
Octal 332 252 100 0 26 107 17 51 104 67
Binary 11011010 10101010 1000000 0 10110 1000111 1111 101001 1000100 110111

Color Harmonies of #DAAA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA40

Black with #DAAA40

Text Example


Text Example

White with #DAAA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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