Html Css Color HEX #DAA93E Tulip Tree

📋 copy color: '#DAA93E'

red 218 ◦ green 169 ◦ blue 62

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

Shades of Tulip Tree #DAA93E

Tints of Tulip Tree #DAA93E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.81%

R = 48.55%
G = 37.64%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAA93E (or 0xDAA93E) is known color: Tulip Tree. HEX triplet: DA, A9 and 3E. RGB value is (218,169,62). Sum of RGB (Red+Green+Blue) = 218+169+62=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA93E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA93E is #2556C1. Grayscale: #ABABAB. Windows color (decimal): -2447042 or 4106714. OLE color: 4106714.

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

Color convert

RGB 218 169 62 -
CMYK 0 0.22 0.72 0.15
HSL 41.15º 0.68% 0.55% -
HSV(B) 41.15º 0.72% 0.85% -
XYZ 43.97 43.63 10.66 -
YUV 171.45 66.23 161.2 -
System Red Green Blue C M Y K H S L
Decimal 218 169 62 0 0.22 0.72 0.15 41.15 0.68 0.55
Hex DA A9 3E 0 16 48 F 29 44 37
Octal 332 251 76 0 26 110 17 51 104 67
Binary 11011010 10101001 111110 0 10110 1001000 1111 101001 1000100 110111

Color Harmonies of #DAA93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA93E

Black with #DAA93E

Text Example


Text Example

White with #DAA93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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