Html Css Color HEX #D8A53F Tulip Tree

📋 copy color: '#D8A53F'

red 216 ◦ green 165 ◦ blue 63

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

Shades of Tulip Tree #D8A53F

Tints of Tulip Tree #D8A53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.19%

R = 48.65%
G = 37.16%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8A53F (or 0xD8A53F) is known color: Tulip Tree. HEX triplet: D8, A5 and 3F. RGB value is (216,165,63). Sum of RGB (Red+Green+Blue) = 216+165+63=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A53F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A53F is #275AC0. Grayscale: #A9A9A9. Windows color (decimal): -2579137 or 4171224. OLE color: 4171224.

HSL color Cylindrical-coordinate representation of color #D8A53F: hue angle of 40º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8A53F is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 165 63 -
CMYK 0 0.24 0.71 0.15
HSL 40º 0.66% 0.55% -
HSV(B) 40º 0.71% 0.85% -
XYZ 42.67 41.87 10.53 -
YUV 168.62 68.4 161.79 -
System Red Green Blue C M Y K H S L
Decimal 216 165 63 0 0.24 0.71 0.15 40 0.66 0.55
Hex D8 A5 3F 0 18 47 F 28 42 37
Octal 330 245 77 0 30 107 17 50 102 67
Binary 11011000 10100101 111111 0 11000 1000111 1111 101000 1000010 110111

Color Harmonies of #D8A53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A53F

Black with #D8A53F

Text Example


Text Example

White with #D8A53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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