#D8A14C

Color #D8A14C Fire Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Bush #D8A14C

Tints of Fire Bush #D8A14C

Color information

#D8A14C (or 0xD8A14C) is unknown color: approx Fire Bush. HEX triplet: D8, A1 and 4C. RGB value is (216,161,76). Sum of RGB (Red+Green+Blue) = 216+161+76=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A14C is #275EB3. Grayscale: #A8A8A8. Windows color (decimal): -2580148 or 5022168. OLE color: 5022168.

HSL color Cylindrical-coordinate representation of color #D8A14C: hue angle of 36.43º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D8A14C is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB21616176-
CMYK00.250.650.15
HSL36.43º64.22%57.25%-
HSV(B)36.43º64.81%84.71%-
XYZ42.3740.6112.44-
YUV167.7676.22162.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.68%
GREEN value IS 161 (63.28% from 255) = 35.54%
BLUE value IS 76 (30.08% from 255) = 16.78%
R=47.68%
G=35.54%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161617600.250.650.1536.4364.2257.25
HexD8A14C01941F244039
Octal330241114031101174410071
Binary11011000101000011001100011001100000111111001001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A14C; }

 p { color: rgb(216,161,76); }

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

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

 a { background-color: rgb(216,161,76); }

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

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

 span { border-color: rgb(216,161,76); }

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