Html Css Color HEX #DAA93B Tulip Tree

📋 copy color: '#DAA93B'

red 218 ◦ green 169 ◦ blue 59

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

Shades of Tulip Tree #DAA93B

Tints of Tulip Tree #DAA93B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.89%

 BLUE value IS 59 (23.44% from 255) = 13.23%

R = 48.88%
G = 37.89%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DAA93B (or 0xDAA93B) is known color: Tulip Tree. HEX triplet: DA, A9 and 3B. RGB value is (218,169,59). Sum of RGB (Red+Green+Blue) = 218+169+59=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 59 (23.44% from 255 or 13.23% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA93B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA93B is #2556C4. Grayscale: #ABABAB. Windows color (decimal): -2447045 or 3910106. OLE color: 3910106.

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

Color convert

RGB 218 169 59 -
CMYK 0 0.22 0.73 0.15
HSL 41.51º 0.68% 0.54% -
HSV(B) 41.51º 0.73% 0.85% -
XYZ 43.89 43.6 10.24 -
YUV 171.11 64.73 161.44 -
System Red Green Blue C M Y K H S L
Decimal 218 169 59 0 0.22 0.73 0.15 41.51 0.68 0.54
Hex DA A9 3B 0 16 49 F 2A 44 36
Octal 332 251 73 0 26 111 17 52 104 66
Binary 11011010 10101001 111011 0 10110 1001001 1111 101010 1000100 110110

Color Harmonies of #DAA93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA93B

Black with #DAA93B

Text Example


Text Example

White with #DAA93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA93B; }

 p { color: rgb(218,169,59); }

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

background-color css

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

 a { background-color: rgb(218,169,59); }

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

border-color css

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

 span { border-color: rgb(218,169,59); }

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