Html Css Color HEX #DAA536 Tulip Tree

📋 copy color: '#DAA536'

red 218 ◦ green 165 ◦ blue 54

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

Shades of Tulip Tree #DAA536

Tints of Tulip Tree #DAA536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.36%

R = 49.89%
G = 37.76%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DAA536 (or 0xDAA536) is known color: Tulip Tree. HEX triplet: DA, A5 and 36. RGB value is (218,165,54). Sum of RGB (Red+Green+Blue) = 218+165+54=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 54 (21.48% from 255 or 12.36% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA536 is #255AC9. Grayscale: #A8A8A8. Windows color (decimal): -2448074 or 3581402. OLE color: 3581402.

HSL color Cylindrical-coordinate representation of color #DAA536: hue angle of 40.61º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAA536 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 165 54 -
CMYK 0 0.24 0.75 0.15
HSL 40.61º 0.69% 0.53% -
HSV(B) 40.61º 0.75% 0.85% -
XYZ 43.03 42.08 9.34 -
YUV 168.19 63.56 163.53 -
System Red Green Blue C M Y K H S L
Decimal 218 165 54 0 0.24 0.75 0.15 40.61 0.69 0.53
Hex DA A5 36 0 18 4B F 29 45 35
Octal 332 245 66 0 30 113 17 51 105 65
Binary 11011010 10100101 110110 0 11000 1001011 1111 101001 1000101 110101

Color Harmonies of #DAA536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA536

Black with #DAA536

Text Example


Text Example

White with #DAA536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA536; }

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

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

background-color css

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

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

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

border-color css

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

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

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