Html Css Color HEX #D8A037 Tulip Tree

📋 copy color: '#D8A037'

red 216 ◦ green 160 ◦ blue 55

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

Shades of Tulip Tree #D8A037

Tints of Tulip Tree #D8A037

RGB

 RED value IS 216 (84.77% from 255) = 50.12%

 GREEN value IS 160 (62.89% from 255) = 37.12%

 BLUE value IS 55 (21.88% from 255) = 12.76%

R = 50.12%
G = 37.12%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D8A037 (or 0xD8A037) is known color: Tulip Tree. HEX triplet: D8, A0 and 37. RGB value is (216,160,55). Sum of RGB (Red+Green+Blue) = 216+160+55=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 55 (21.88% from 255 or 12.76% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A037 is #275FC8. Grayscale: #A5A5A5. Windows color (decimal): -2580425 or 3645656. OLE color: 3645656.

HSL color Cylindrical-coordinate representation of color #D8A037: hue angle of 39.13º degrees, saturation: 0.67, 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 #D8A037 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 160 55 -
CMYK 0 0.26 0.75 0.15
HSL 39.13º 0.67% 0.53% -
HSV(B) 39.13º 0.75% 0.85% -
XYZ 41.58 40.02 9.15 -
YUV 164.77 66.05 164.54 -
System Red Green Blue C M Y K H S L
Decimal 216 160 55 0 0.26 0.75 0.15 39.13 0.67 0.53
Hex D8 A0 37 0 1A 4B F 27 43 35
Octal 330 240 67 0 32 113 17 47 103 65
Binary 11011000 10100000 110111 0 11010 1001011 1111 100111 1000011 110101

Color Harmonies of #D8A037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A037

Black with #D8A037

Text Example


Text Example

White with #D8A037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A037; }

 p { color: rgb(216,160,55); }

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

background-color css

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

 a { background-color: rgb(216,160,55); }

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

border-color css

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

 span { border-color: rgb(216,160,55); }

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