Html Css Color HEX #DAAA41 Tulip Tree

📋 copy color: '#DAAA41'

red 218 ◦ green 170 ◦ blue 65

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

Shades of Tulip Tree #DAAA41

Tints of Tulip Tree #DAAA41

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.53%

 BLUE value IS 65 (25.78% from 255) = 14.35%

R = 48.12%
G = 37.53%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DAAA41 (or 0xDAAA41) is known color: Tulip Tree. HEX triplet: DA, AA and 41. RGB value is (218,170,65). Sum of RGB (Red+Green+Blue) = 218+170+65=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA41 is #2555BE. Grayscale: #ACACAC. Windows color (decimal): -2446783 or 4303578. OLE color: 4303578.

HSL color Cylindrical-coordinate representation of color #DAAA41: hue angle of 41.18º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAAA41 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 170 65 -
CMYK 0 0.22 0.70 0.15
HSL 41.18º 0.67% 0.55% -
HSV(B) 41.18º 0.7% 0.85% -
XYZ 44.24 44.04 11.17 -
YUV 172.38 67.4 160.54 -
System Red Green Blue C M Y K H S L
Decimal 218 170 65 0 0.22 0.70 0.15 41.18 0.67 0.55
Hex DA AA 41 0 16 46 F 29 43 37
Octal 332 252 101 0 26 106 17 51 103 67
Binary 11011010 10101010 1000001 0 10110 1000110 1111 101001 1000011 110111

Color Harmonies of #DAAA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA41

Black with #DAAA41

Text Example


Text Example

White with #DAAA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA41; }

 p { color: rgb(218,170,65); }

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

background-color css

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

 a { background-color: rgb(218,170,65); }

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

border-color css

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

 span { border-color: rgb(218,170,65); }

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