Html Css Color HEX #D9A13A Tulip Tree

📋 copy color: '#D9A13A'

red 217 ◦ green 161 ◦ blue 58

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

Shades of Tulip Tree #D9A13A

Tints of Tulip Tree #D9A13A

RGB

 RED value IS 217 (85.16% from 255) = 49.77%

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

 BLUE value IS 58 (23.05% from 255) = 13.3%

R = 49.77%
G = 36.93%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9A13A (or 0xD9A13A) is known color: Tulip Tree. HEX triplet: D9, A1 and 3A. RGB value is (217,161,58). Sum of RGB (Red+Green+Blue) = 217+161+58=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A13A is #265EC5. Grayscale: #A6A6A6. Windows color (decimal): -2514630 or 3842521. OLE color: 3842521.

HSL color Cylindrical-coordinate representation of color #D9A13A: hue angle of 38.87º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9A13A is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 161 58 -
CMYK 0 0.26 0.73 0.15
HSL 38.87º 0.68% 0.54% -
HSV(B) 38.87º 0.73% 0.85% -
XYZ 42.12 40.55 9.61 -
YUV 166 67.05 164.38 -
System Red Green Blue C M Y K H S L
Decimal 217 161 58 0 0.26 0.73 0.15 38.87 0.68 0.54
Hex D9 A1 3A 0 1A 49 F 27 44 36
Octal 331 241 72 0 32 111 17 47 104 66
Binary 11011001 10100001 111010 0 11010 1001001 1111 100111 1000100 110110

Color Harmonies of #D9A13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A13A

Black with #D9A13A

Text Example


Text Example

White with #D9A13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A13A; }

 p { color: rgb(217,161,58); }

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

background-color css

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

 a { background-color: rgb(217,161,58); }

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

border-color css

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

 span { border-color: rgb(217,161,58); }

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