Html Css Color HEX #DAAC45 Tulip Tree

📋 copy color: '#DAAC45'

red 218 ◦ green 172 ◦ blue 69

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

Shades of Tulip Tree #DAAC45

Tints of Tulip Tree #DAAC45

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.47%

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

R = 47.49%
G = 37.47%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAAC45 (or 0xDAAC45) is known color: Tulip Tree. HEX triplet: DA, AC and 45. RGB value is (218,172,69). Sum of RGB (Red+Green+Blue) = 218+172+69=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAC45 is #2553BA. Grayscale: #AEAEAE. Windows color (decimal): -2446267 or 4566234. OLE color: 4566234.

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

Color convert

RGB 218 172 69 -
CMYK 0 0.21 0.68 0.15
HSL 41.48º 0.67% 0.56% -
HSV(B) 41.48º 0.68% 0.85% -
XYZ 44.74 44.84 11.93 -
YUV 174.01 68.74 159.38 -
System Red Green Blue C M Y K H S L
Decimal 218 172 69 0 0.21 0.68 0.15 41.48 0.67 0.56
Hex DA AC 45 0 15 44 F 29 43 38
Octal 332 254 105 0 25 104 17 51 103 70
Binary 11011010 10101100 1000101 0 10101 1000100 1111 101001 1000011 111000

Color Harmonies of #DAAC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC45

Black with #DAAC45

Text Example


Text Example

White with #DAAC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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