Html Css Color HEX #D5A545 Tulip Tree

📋 copy color: '#D5A545'

red 213 ◦ green 165 ◦ blue 69

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

Shades of Tulip Tree #D5A545

Tints of Tulip Tree #D5A545

RGB

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

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

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

R = 47.65%
G = 36.91%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D5A545 (or 0xD5A545) is known color: Tulip Tree. HEX triplet: D5, A5 and 45. RGB value is (213,165,69). Sum of RGB (Red+Green+Blue) = 213+165+69=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A545 is #2A5ABA. Grayscale: #A8A8A8. Windows color (decimal): -2775739 or 4564437. OLE color: 4564437.

HSL color Cylindrical-coordinate representation of color #D5A545: hue angle of 40º 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 #D5A545 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 165 69 -
CMYK 0 0.23 0.68 0.16
HSL 40º 0.63% 0.55% -
HSV(B) 40º 0.68% 0.84% -
XYZ 41.97 41.49 11.43 -
YUV 168.41 71.9 159.81 -
System Red Green Blue C M Y K H S L
Decimal 213 165 69 0 0.23 0.68 0.16 40 0.63 0.55
Hex D5 A5 45 0 17 44 10 28 3F 37
Octal 325 245 105 0 27 104 20 50 77 67
Binary 11010101 10100101 1000101 0 10111 1000100 10000 101000 111111 110111

Color Harmonies of #D5A545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A545

Black with #D5A545

Text Example


Text Example

White with #D5A545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A545; }

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

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

background-color css

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

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

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

border-color css

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

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

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