Html Css Color HEX #D5A845 Tulip Tree

📋 copy color: '#D5A845'

red 213 ◦ green 168 ◦ blue 69

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

Shades of Tulip Tree #D5A845

Tints of Tulip Tree #D5A845

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.33%

 BLUE value IS 69 (27.34% from 255) = 15.33%

R = 47.33%
G = 37.33%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D5A845 (or 0xD5A845) is known color: Tulip Tree. HEX triplet: D5, A8 and 45. RGB value is (213,168,69). Sum of RGB (Red+Green+Blue) = 213+168+69=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A845 is #2A57BA. Grayscale: #AAAAAA. Windows color (decimal): -2774971 or 4565205. OLE color: 4565205.

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

Color convert

RGB 213 168 69 -
CMYK 0 0.21 0.68 0.16
HSL 41.25º 0.63% 0.55% -
HSV(B) 41.25º 0.68% 0.84% -
XYZ 42.52 42.58 11.61 -
YUV 170.17 70.91 158.55 -
System Red Green Blue C M Y K H S L
Decimal 213 168 69 0 0.21 0.68 0.16 41.25 0.63 0.55
Hex D5 A8 45 0 15 44 10 29 3F 37
Octal 325 250 105 0 25 104 20 51 77 67
Binary 11010101 10101000 1000101 0 10101 1000100 10000 101001 111111 110111

Color Harmonies of #D5A845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A845

Black with #D5A845

Text Example


Text Example

White with #D5A845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A845; }

 p { color: rgb(213,168,69); }

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

background-color css

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

 a { background-color: rgb(213,168,69); }

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

border-color css

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

 span { border-color: rgb(213,168,69); }

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