Html Css Color HEX #DAA53D Tulip Tree

📋 copy color: '#DAA53D'

red 218 ◦ green 165 ◦ blue 61

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

Shades of Tulip Tree #DAA53D

Tints of Tulip Tree #DAA53D

RGB

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

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

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

R = 49.1%
G = 37.16%
B = 13.74%

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

#DAA53D (or 0xDAA53D) is known color: Tulip Tree. HEX triplet: DA, A5 and 3D. RGB value is (218,165,61). Sum of RGB (Red+Green+Blue) = 218+165+61=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 61 (24.22% from 255 or 13.74% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA53D is #255AC2. Grayscale: #A9A9A9. Windows color (decimal): -2448067 or 4040154. OLE color: 4040154.

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

Color convert

RGB 218 165 61 -
CMYK 0 0.24 0.72 0.15
HSL 39.75º 0.68% 0.55% -
HSV(B) 39.75º 0.72% 0.85% -
XYZ 43.21 42.15 10.27 -
YUV 168.99 67.06 162.96 -
System Red Green Blue C M Y K H S L
Decimal 218 165 61 0 0.24 0.72 0.15 39.75 0.68 0.55
Hex DA A5 3D 0 18 48 F 28 44 37
Octal 332 245 75 0 30 110 17 50 104 67
Binary 11011010 10100101 111101 0 11000 1001000 1111 101000 1000100 110111

Color Harmonies of #DAA53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA53D

Black with #DAA53D

Text Example


Text Example

White with #DAA53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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