Html Css Color HEX #DAAC41 Tulip Tree

📋 copy color: '#DAAC41'

red 218 ◦ green 172 ◦ blue 65

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

Shades of Tulip Tree #DAAC41

Tints of Tulip Tree #DAAC41

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.8%

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

R = 47.91%
G = 37.8%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DAAC41 (or 0xDAAC41) is known color: Tulip Tree. HEX triplet: DA, AC and 41. RGB value is (218,172,65). Sum of RGB (Red+Green+Blue) = 218+172+65=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 65 (25.78% from 255 or 14.29% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAC41 is #2553BE. Grayscale: #AEAEAE. Windows color (decimal): -2446271 or 4304090. OLE color: 4304090.

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

Color convert

RGB 218 172 65 -
CMYK 0 0.21 0.70 0.15
HSL 41.96º 0.67% 0.55% -
HSV(B) 41.96º 0.7% 0.85% -
XYZ 44.62 44.79 11.3 -
YUV 173.56 66.74 159.7 -
System Red Green Blue C M Y K H S L
Decimal 218 172 65 0 0.21 0.70 0.15 41.96 0.67 0.55
Hex DA AC 41 0 15 46 F 2A 43 37
Octal 332 254 101 0 25 106 17 52 103 67
Binary 11011010 10101100 1000001 0 10101 1000110 1111 101010 1000011 110111

Color Harmonies of #DAAC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC41

Black with #DAAC41

Text Example


Text Example

White with #DAAC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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