Html Css Color HEX #DAA93D Tulip Tree

📋 copy color: '#DAA93D'

red 218 ◦ green 169 ◦ blue 61

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

Shades of Tulip Tree #DAA93D

Tints of Tulip Tree #DAA93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.62%

R = 48.66%
G = 37.72%
B = 13.62%

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

#DAA93D (or 0xDAA93D) is known color: Tulip Tree. HEX triplet: DA, A9 and 3D. RGB value is (218,169,61). Sum of RGB (Red+Green+Blue) = 218+169+61=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA93D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA93D is #2556C2. Grayscale: #ABABAB. Windows color (decimal): -2447043 or 4041178. OLE color: 4041178.

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

Color convert

RGB 218 169 61 -
CMYK 0 0.22 0.72 0.15
HSL 41.27º 0.68% 0.55% -
HSV(B) 41.27º 0.72% 0.85% -
XYZ 43.94 43.62 10.52 -
YUV 171.34 65.73 161.28 -
System Red Green Blue C M Y K H S L
Decimal 218 169 61 0 0.22 0.72 0.15 41.27 0.68 0.55
Hex DA A9 3D 0 16 48 F 29 44 37
Octal 332 251 75 0 26 110 17 51 104 67
Binary 11011010 10101001 111101 0 10110 1001000 1111 101001 1000100 110111

Color Harmonies of #DAA93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA93D

Black with #DAA93D

Text Example


Text Example

White with #DAA93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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