Html Css Color HEX #DAA73A Tulip Tree

📋 copy color: '#DAA73A'

red 218 ◦ green 167 ◦ blue 58

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

Shades of Tulip Tree #DAA73A

Tints of Tulip Tree #DAA73A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.7%

 BLUE value IS 58 (23.05% from 255) = 13.09%

R = 49.21%
G = 37.7%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DAA73A (or 0xDAA73A) is known color: Tulip Tree. HEX triplet: DA, A7 and 3A. RGB value is (218,167,58). Sum of RGB (Red+Green+Blue) = 218+167+58=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA73A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA73A is #2558C5. Grayscale: #AAAAAA. Windows color (decimal): -2447558 or 3844058. OLE color: 3844058.

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

Color convert

RGB 218 167 58 -
CMYK 0 0.23 0.73 0.15
HSL 40.88º 0.68% 0.54% -
HSV(B) 40.88º 0.73% 0.85% -
XYZ 43.5 42.85 9.98 -
YUV 169.82 64.9 162.36 -
System Red Green Blue C M Y K H S L
Decimal 218 167 58 0 0.23 0.73 0.15 40.88 0.68 0.54
Hex DA A7 3A 0 17 49 F 29 44 36
Octal 332 247 72 0 27 111 17 51 104 66
Binary 11011010 10100111 111010 0 10111 1001001 1111 101001 1000100 110110

Color Harmonies of #DAA73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA73A

Black with #DAA73A

Text Example


Text Example

White with #DAA73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA73A; }

 p { color: rgb(218,167,58); }

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

background-color css

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

 a { background-color: rgb(218,167,58); }

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

border-color css

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

 span { border-color: rgb(218,167,58); }

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