Html Css Color HEX #DAAA3F Tulip Tree

📋 copy color: '#DAAA3F'

red 218 ◦ green 170 ◦ blue 63

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

Shades of Tulip Tree #DAAA3F

Tints of Tulip Tree #DAAA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.97%

R = 48.34%
G = 37.69%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DAAA3F (or 0xDAAA3F) is known color: Tulip Tree. HEX triplet: DA, AA and 3F. RGB value is (218,170,63). Sum of RGB (Red+Green+Blue) = 218+170+63=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 63 (25% from 255 or 13.97% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA3F is #2555C0. Grayscale: #ACACAC. Windows color (decimal): -2446785 or 4172506. OLE color: 4172506.

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

Color convert

RGB 218 170 63 -
CMYK 0 0.22 0.71 0.15
HSL 41.42º 0.68% 0.55% -
HSV(B) 41.42º 0.71% 0.85% -
XYZ 44.19 44.01 10.87 -
YUV 172.15 66.4 160.7 -
System Red Green Blue C M Y K H S L
Decimal 218 170 63 0 0.22 0.71 0.15 41.42 0.68 0.55
Hex DA AA 3F 0 16 47 F 29 44 37
Octal 332 252 77 0 26 107 17 51 104 67
Binary 11011010 10101010 111111 0 10110 1000111 1111 101001 1000100 110111

Color Harmonies of #DAAA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA3F

Black with #DAAA3F

Text Example


Text Example

White with #DAAA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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