Html Css Color HEX #DAA53C Tulip Tree

📋 copy color: '#DAA53C'

red 218 ◦ green 165 ◦ blue 60

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

Shades of Tulip Tree #DAA53C

Tints of Tulip Tree #DAA53C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.25%

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

R = 49.21%
G = 37.25%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAA53C (or 0xDAA53C) is known color: Tulip Tree. HEX triplet: DA, A5 and 3C. RGB value is (218,165,60). Sum of RGB (Red+Green+Blue) = 218+165+60=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA53C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA53C is #255AC3. Grayscale: #A9A9A9. Windows color (decimal): -2448068 or 3974618. OLE color: 3974618.

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

Color convert

RGB 218 165 60 -
CMYK 0 0.24 0.72 0.15
HSL 39.87º 0.68% 0.55% -
HSV(B) 39.87º 0.72% 0.85% -
XYZ 43.18 42.14 10.13 -
YUV 168.88 66.56 163.04 -
System Red Green Blue C M Y K H S L
Decimal 218 165 60 0 0.24 0.72 0.15 39.87 0.68 0.55
Hex DA A5 3C 0 18 48 F 28 44 37
Octal 332 245 74 0 30 110 17 50 104 67
Binary 11011010 10100101 111100 0 11000 1001000 1111 101000 1000100 110111

Color Harmonies of #DAA53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA53C

Black with #DAA53C

Text Example


Text Example

White with #DAA53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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