Html Css Color HEX #DAA446 Tulip Tree

📋 copy color: '#DAA446'

red 218 ◦ green 164 ◦ blue 70

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

Shades of Tulip Tree #DAA446

Tints of Tulip Tree #DAA446

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.28%

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

R = 48.23%
G = 36.28%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAA446 (or 0xDAA446) is known color: Tulip Tree. HEX triplet: DA, A4 and 46. RGB value is (218,164,70). Sum of RGB (Red+Green+Blue) = 218+164+70=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA446 is #255BB9. Grayscale: #A9A9A9. Windows color (decimal): -2448314 or 4629722. OLE color: 4629722.

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

Color convert

RGB 218 164 70 -
CMYK 0 0.25 0.68 0.15
HSL 38.11º 0.67% 0.56% -
HSV(B) 38.11º 0.68% 0.85% -
XYZ 43.29 41.9 11.6 -
YUV 169.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 218 164 70 0 0.25 0.68 0.15 38.11 0.67 0.56
Hex DA A4 46 0 19 44 F 26 43 38
Octal 332 244 106 0 31 104 17 46 103 70
Binary 11011010 10100100 1000110 0 11001 1000100 1111 100110 1000011 111000

Color Harmonies of #DAA446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA446

Black with #DAA446

Text Example


Text Example

White with #DAA446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA446; }

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

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

background-color css

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

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

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

border-color css

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

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

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