Html Css Color HEX #DAAD44 Tulip Tree

📋 copy color: '#DAAD44'

red 218 ◦ green 173 ◦ blue 68

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

Shades of Tulip Tree #DAAD44

Tints of Tulip Tree #DAAD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.81%

R = 47.49%
G = 37.69%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DAAD44 (or 0xDAAD44) is known color: Tulip Tree. HEX triplet: DA, AD and 44. RGB value is (218,173,68). Sum of RGB (Red+Green+Blue) = 218+173+68=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 68 (26.95% from 255 or 14.81% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAD44 is #2552BB. Grayscale: #AEAEAE. Windows color (decimal): -2446012 or 4500954. OLE color: 4500954.

HSL color Cylindrical-coordinate representation of color #DAAD44: hue angle of 42º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAAD44 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 173 68 -
CMYK 0 0.21 0.69 0.15
HSL 42º 0.67% 0.56% -
HSV(B) 42º 0.69% 0.85% -
XYZ 44.9 45.21 11.83 -
YUV 174.49 67.91 159.04 -
System Red Green Blue C M Y K H S L
Decimal 218 173 68 0 0.21 0.69 0.15 42 0.67 0.56
Hex DA AD 44 0 15 45 F 2A 43 38
Octal 332 255 104 0 25 105 17 52 103 70
Binary 11011010 10101101 1000100 0 10101 1000101 1111 101010 1000011 111000

Color Harmonies of #DAAD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAD44

Black with #DAAD44

Text Example


Text Example

White with #DAAD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAD44; }

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

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

background-color css

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

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

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

border-color css

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

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

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