Html Css Color HEX #D8A53A Tulip Tree

📋 copy color: '#D8A53A'

red 216 ◦ green 165 ◦ blue 58

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

Shades of Tulip Tree #D8A53A

Tints of Tulip Tree #D8A53A

RGB

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

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

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

R = 49.2%
G = 37.59%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8A53A (or 0xD8A53A) is known color: Tulip Tree. HEX triplet: D8, A5 and 3A. RGB value is (216,165,58). Sum of RGB (Red+Green+Blue) = 216+165+58=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A53A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A53A is #275AC5. Grayscale: #A8A8A8. Windows color (decimal): -2579142 or 3843544. OLE color: 3843544.

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

Color convert

RGB 216 165 58 -
CMYK 0 0.24 0.73 0.15
HSL 40.63º 0.67% 0.54% -
HSV(B) 40.63º 0.73% 0.85% -
XYZ 42.54 41.81 9.83 -
YUV 168.05 65.9 162.2 -
System Red Green Blue C M Y K H S L
Decimal 216 165 58 0 0.24 0.73 0.15 40.63 0.67 0.54
Hex D8 A5 3A 0 18 49 F 29 43 36
Octal 330 245 72 0 30 111 17 51 103 66
Binary 11011000 10100101 111010 0 11000 1001001 1111 101001 1000011 110110

Color Harmonies of #D8A53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A53A

Black with #D8A53A

Text Example


Text Example

White with #D8A53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A53A; }

 p { color: rgb(216,165,58); }

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

background-color css

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

 a { background-color: rgb(216,165,58); }

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

border-color css

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

 span { border-color: rgb(216,165,58); }

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