#D8A33F

Color #D8A33F Tulip Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tulip Tree #D8A33F

Tints of Tulip Tree #D8A33F

Color information

#D8A33F (or 0xD8A33F) is unknown color: approx Tulip Tree. HEX triplet: D8, A3 and 3F. RGB value is (216,163,63). Sum of RGB (Red+Green+Blue) = 216+163+63=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A33F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A33F is #275CC0. Grayscale: #A7A7A7. Windows color (decimal): -2579649 or 4170712. OLE color: 4170712.

HSL color Cylindrical-coordinate representation of color #D8A33F: hue angle of 39.22º 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 #D8A33F is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB21616363-
CMYK00.250.710.15
HSL39.22º66.23%54.71%-
HSV(B)39.22º70.83%84.71%-
XYZ42.3141.1510.42-
YUV167.4569.06162.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.87%
GREEN value IS 163 (64.06% from 255) = 36.88%
BLUE value IS 63 (25% from 255) = 14.25%
R=48.87%
G=36.88%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161636300.250.710.1539.2266.2354.71
HexD8A33F01947F274237
Octal33024377031107174710267
Binary1101100010100011111111011001100011111111001111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A33F; }

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

 H1.HeaderClassName
 {
   color: #D8A33F;
 }
 .AnyTagClassName
 {
   color: #D8A33F;
 }
</style>
background-color css

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

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

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

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

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

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