Html Css Color HEX #D7A13B Tulip Tree

📋 copy color: '#D7A13B'

red 215 ◦ green 161 ◦ blue 59

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

Shades of Tulip Tree #D7A13B

Tints of Tulip Tree #D7A13B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.01%

 BLUE value IS 59 (23.44% from 255) = 13.56%

R = 49.43%
G = 37.01%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7A13B (or 0xD7A13B) is known color: Tulip Tree. HEX triplet: D7, A1 and 3B. RGB value is (215,161,59). Sum of RGB (Red+Green+Blue) = 215+161+59=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 59 (23.44% from 255 or 13.56% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A13B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A13B is #285EC4. Grayscale: #A5A5A5. Windows color (decimal): -2645701 or 3908055. OLE color: 3908055.

HSL color Cylindrical-coordinate representation of color #D7A13B: hue angle of 39.23º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7A13B is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 161 59 -
CMYK 0 0.25 0.73 0.16
HSL 39.23º 0.66% 0.54% -
HSV(B) 39.23º 0.73% 0.84% -
XYZ 41.56 40.25 9.72 -
YUV 165.52 67.89 163.29 -
System Red Green Blue C M Y K H S L
Decimal 215 161 59 0 0.25 0.73 0.16 39.23 0.66 0.54
Hex D7 A1 3B 0 19 49 10 27 42 36
Octal 327 241 73 0 31 111 20 47 102 66
Binary 11010111 10100001 111011 0 11001 1001001 10000 100111 1000010 110110

Color Harmonies of #D7A13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A13B

Black with #D7A13B

Text Example


Text Example

White with #D7A13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A13B; }

 p { color: rgb(215,161,59); }

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

background-color css

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

 a { background-color: rgb(215,161,59); }

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

border-color css

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

 span { border-color: rgb(215,161,59); }

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