Html Css Color HEX #DAAE46 Tulip Tree

📋 copy color: '#DAAE46'

red 218 ◦ green 174 ◦ blue 70

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

Shades of Tulip Tree #DAAE46

Tints of Tulip Tree #DAAE46

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.66%

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

R = 47.19%
G = 37.66%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAAE46 (or 0xDAAE46) is known color: Tulip Tree. HEX triplet: DA, AE and 46. RGB value is (218,174,70). Sum of RGB (Red+Green+Blue) = 218+174+70=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAE46 is #2551B9. Grayscale: #AFAFAF. Windows color (decimal): -2445754 or 4632282. OLE color: 4632282.

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

Color convert

RGB 218 174 70 -
CMYK 0 0.20 0.68 0.15
HSL 42.16º 0.67% 0.56% -
HSV(B) 42.16º 0.68% 0.85% -
XYZ 45.15 45.62 12.22 -
YUV 175.3 68.58 158.46 -
System Red Green Blue C M Y K H S L
Decimal 218 174 70 0 0.20 0.68 0.15 42.16 0.67 0.56
Hex DA AE 46 0 14 44 F 2A 43 38
Octal 332 256 106 0 24 104 17 52 103 70
Binary 11011010 10101110 1000110 0 10100 1000100 1111 101010 1000011 111000

Color Harmonies of #DAAE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE46

Black with #DAAE46

Text Example


Text Example

White with #DAAE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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