Html Css Color HEX #DAA93C Tulip Tree

📋 copy color: '#DAA93C'

red 218 ◦ green 169 ◦ blue 60

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

Shades of Tulip Tree #DAA93C

Tints of Tulip Tree #DAA93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.42%

R = 48.77%
G = 37.81%
B = 13.42%

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

#DAA93C (or 0xDAA93C) is known color: Tulip Tree. HEX triplet: DA, A9 and 3C. RGB value is (218,169,60). Sum of RGB (Red+Green+Blue) = 218+169+60=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA93C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA93C is #2556C3. Grayscale: #ABABAB. Windows color (decimal): -2447044 or 3975642. OLE color: 3975642.

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

Color convert

RGB 218 169 60 -
CMYK 0 0.22 0.72 0.15
HSL 41.39º 0.68% 0.55% -
HSV(B) 41.39º 0.72% 0.85% -
XYZ 43.92 43.61 10.38 -
YUV 171.23 65.23 161.36 -
System Red Green Blue C M Y K H S L
Decimal 218 169 60 0 0.22 0.72 0.15 41.39 0.68 0.55
Hex DA A9 3C 0 16 48 F 29 44 37
Octal 332 251 74 0 26 110 17 51 104 67
Binary 11011010 10101001 111100 0 10110 1001000 1111 101001 1000100 110111

Color Harmonies of #DAA93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA93C

Black with #DAA93C

Text Example


Text Example

White with #DAA93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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