Html Css Color HEX #DAA445 Tulip Tree

📋 copy color: '#DAA445'

red 218 ◦ green 164 ◦ blue 69

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

Shades of Tulip Tree #DAA445

Tints of Tulip Tree #DAA445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.3%

R = 48.34%
G = 36.36%
B = 15.3%

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

#DAA445 (or 0xDAA445) is known color: Tulip Tree. HEX triplet: DA, A4 and 45. RGB value is (218,164,69). Sum of RGB (Red+Green+Blue) = 218+164+69=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA445 is #255BBA. Grayscale: #A9A9A9. Windows color (decimal): -2448315 or 4564186. OLE color: 4564186.

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

Color convert

RGB 218 164 69 -
CMYK 0 0.25 0.68 0.15
HSL 38.26º 0.67% 0.56% -
HSV(B) 38.26º 0.68% 0.85% -
XYZ 43.26 41.89 11.43 -
YUV 169.32 71.39 162.72 -
System Red Green Blue C M Y K H S L
Decimal 218 164 69 0 0.25 0.68 0.15 38.26 0.67 0.56
Hex DA A4 45 0 19 44 F 26 43 38
Octal 332 244 105 0 31 104 17 46 103 70
Binary 11011010 10100100 1000101 0 11001 1000100 1111 100110 1000011 111000

Color Harmonies of #DAA445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA445

Black with #DAA445

Text Example


Text Example

White with #DAA445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA445; }

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

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

background-color css

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

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

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

border-color css

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

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

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