Html Css Color HEX #DAAC46 Tulip Tree

📋 copy color: '#DAAC46'

red 218 ◦ green 172 ◦ blue 70

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

Shades of Tulip Tree #DAAC46

Tints of Tulip Tree #DAAC46

RGB

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

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

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

R = 47.39%
G = 37.39%
B = 15.22%

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

#DAAC46 (or 0xDAAC46) is known color: Tulip Tree. HEX triplet: DA, AC and 46. RGB value is (218,172,70). Sum of RGB (Red+Green+Blue) = 218+172+70=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAC46 is #2553B9. Grayscale: #AEAEAE. Windows color (decimal): -2446266 or 4631770. OLE color: 4631770.

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

Color convert

RGB 218 172 70 -
CMYK 0 0.21 0.68 0.15
HSL 41.35º 0.67% 0.56% -
HSV(B) 41.35º 0.68% 0.85% -
XYZ 44.77 44.85 12.09 -
YUV 174.13 69.24 159.29 -
System Red Green Blue C M Y K H S L
Decimal 218 172 70 0 0.21 0.68 0.15 41.35 0.67 0.56
Hex DA AC 46 0 15 44 F 29 43 38
Octal 332 254 106 0 25 104 17 51 103 70
Binary 11011010 10101100 1000110 0 10101 1000100 1111 101001 1000011 111000

Color Harmonies of #DAAC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC46

Black with #DAAC46

Text Example


Text Example

White with #DAAC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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