Html Css Color HEX #DAAE45 Tulip Tree

📋 copy color: '#DAAE45'

red 218 ◦ green 174 ◦ blue 69

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

Shades of Tulip Tree #DAAE45

Tints of Tulip Tree #DAAE45

RGB

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

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

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

R = 47.29%
G = 37.74%
B = 14.97%

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

#DAAE45 (or 0xDAAE45) is known color: Tulip Tree. HEX triplet: DA, AE and 45. RGB value is (218,174,69). Sum of RGB (Red+Green+Blue) = 218+174+69=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAE45 is #2551BA. Grayscale: #AFAFAF. Windows color (decimal): -2445755 or 4566746. OLE color: 4566746.

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

Color convert

RGB 218 174 69 -
CMYK 0 0.20 0.68 0.15
HSL 42.28º 0.67% 0.56% -
HSV(B) 42.28º 0.68% 0.85% -
XYZ 45.12 45.61 12.06 -
YUV 175.19 68.08 158.54 -
System Red Green Blue C M Y K H S L
Decimal 218 174 69 0 0.20 0.68 0.15 42.28 0.67 0.56
Hex DA AE 45 0 14 44 F 2A 43 38
Octal 332 256 105 0 24 104 17 52 103 70
Binary 11011010 10101110 1000101 0 10100 1000100 1111 101010 1000011 111000

Color Harmonies of #DAAE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE45

Black with #DAAE45

Text Example


Text Example

White with #DAAE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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