Html Css Color HEX #D7A038 Tulip Tree

📋 copy color: '#D7A038'

red 215 ◦ green 160 ◦ blue 56

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

Shades of Tulip Tree #D7A038

Tints of Tulip Tree #D7A038

RGB

 RED value IS 215 (84.38% from 255) = 49.88%

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

 BLUE value IS 56 (22.27% from 255) = 12.99%

R = 49.88%
G = 37.12%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D7A038 (or 0xD7A038) is known color: Tulip Tree. HEX triplet: D7, A0 and 38. RGB value is (215,160,56). Sum of RGB (Red+Green+Blue) = 215+160+56=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A038 is #285FC7. Grayscale: #A5A5A5. Windows color (decimal): -2645960 or 3711191. OLE color: 3711191.

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

Color convert

RGB 215 160 56 -
CMYK 0 0.26 0.74 0.16
HSL 39.25º 0.67% 0.53% -
HSV(B) 39.25º 0.74% 0.84% -
XYZ 41.31 39.87 9.26 -
YUV 164.59 66.72 163.96 -
System Red Green Blue C M Y K H S L
Decimal 215 160 56 0 0.26 0.74 0.16 39.25 0.67 0.53
Hex D7 A0 38 0 1A 4A 10 27 43 35
Octal 327 240 70 0 32 112 20 47 103 65
Binary 11010111 10100000 111000 0 11010 1001010 10000 100111 1000011 110101

Color Harmonies of #D7A038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A038

Black with #D7A038

Text Example


Text Example

White with #D7A038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A038; }

 p { color: rgb(215,160,56); }

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

background-color css

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

 a { background-color: rgb(215,160,56); }

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

border-color css

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

 span { border-color: rgb(215,160,56); }

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