Html Css Color HEX #D5A547 Tulip Tree

📋 copy color: '#D5A547'

red 213 ◦ green 165 ◦ blue 71

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

Shades of Tulip Tree #D5A547

Tints of Tulip Tree #D5A547

RGB

 RED value IS 213 (83.59% from 255) = 47.44%

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

 BLUE value IS 71 (28.13% from 255) = 15.81%

R = 47.44%
G = 36.75%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D5A547 (or 0xD5A547) is known color: Tulip Tree. HEX triplet: D5, A5 and 47. RGB value is (213,165,71). Sum of RGB (Red+Green+Blue) = 213+165+71=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 71 (28.12% from 255 or 15.81% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A547 is #2A5AB8. Grayscale: #A9A9A9. Windows color (decimal): -2775737 or 4695509. OLE color: 4695509.

HSL color Cylindrical-coordinate representation of color #D5A547: hue angle of 39.72º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5A547 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 165 71 -
CMYK 0 0.23 0.67 0.16
HSL 39.72º 0.63% 0.56% -
HSV(B) 39.72º 0.67% 0.84% -
XYZ 42.03 41.51 11.76 -
YUV 168.64 72.9 159.64 -
System Red Green Blue C M Y K H S L
Decimal 213 165 71 0 0.23 0.67 0.16 39.72 0.63 0.56
Hex D5 A5 47 0 17 43 10 28 3F 38
Octal 325 245 107 0 27 103 20 50 77 70
Binary 11010101 10100101 1000111 0 10111 1000011 10000 101000 111111 111000

Color Harmonies of #D5A547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A547

Black with #D5A547

Text Example


Text Example

White with #D5A547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A547; }

 p { color: rgb(213,165,71); }

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

background-color css

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

 a { background-color: rgb(213,165,71); }

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

border-color css

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

 span { border-color: rgb(213,165,71); }

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