Html Css Color HEX #DAAD45 Tulip Tree

📋 copy color: '#DAAD45'

red 218 ◦ green 173 ◦ blue 69

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

Shades of Tulip Tree #DAAD45

Tints of Tulip Tree #DAAD45

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.61%

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

R = 47.39%
G = 37.61%
B = 15%

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

#DAAD45 (or 0xDAAD45) is known color: Tulip Tree. HEX triplet: DA, AD and 45. RGB value is (218,173,69). Sum of RGB (Red+Green+Blue) = 218+173+69=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAD45 is #2552BA. Grayscale: #AFAFAF. Windows color (decimal): -2446011 or 4566490. OLE color: 4566490.

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

Color convert

RGB 218 173 69 -
CMYK 0 0.21 0.68 0.15
HSL 41.88º 0.67% 0.56% -
HSV(B) 41.88º 0.68% 0.85% -
XYZ 44.93 45.22 11.99 -
YUV 174.6 68.41 158.96 -
System Red Green Blue C M Y K H S L
Decimal 218 173 69 0 0.21 0.68 0.15 41.88 0.67 0.56
Hex DA AD 45 0 15 44 F 2A 43 38
Octal 332 255 105 0 25 104 17 52 103 70
Binary 11011010 10101101 1000101 0 10101 1000100 1111 101010 1000011 111000

Color Harmonies of #DAAD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAD45

Black with #DAAD45

Text Example


Text Example

White with #DAAD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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