#D69847

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

Shades of Fire Bush #D69847

Tints of Fire Bush #D69847

Color information

#D69847 (or 0xD69847) is unknown color: approx Fire Bush. HEX triplet: D6, 98 and 47. RGB value is (214,152,71). Sum of RGB (Red+Green+Blue) = 214+152+71=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D69847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69847 is #2967B8. Grayscale: #A1A1A1. Windows color (decimal): -2713529 or 4692182. OLE color: 4692182.

HSL color Cylindrical-coordinate representation of color #D69847: hue angle of 33.99º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D69847 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB21415271-
CMYK00.290.670.16
HSL33.99º63.56%55.88%-
HSV(B)33.99º66.82%83.92%-
XYZ40.137.2111.03-
YUV161.377.04165.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.97%
GREEN value IS 152 (59.77% from 255) = 34.78%
BLUE value IS 71 (28.12% from 255) = 16.25%
R=48.97%
G=34.78%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141527100.290.670.1633.9963.5655.88
HexD6984701D4310224038
Octal326230107035103204210070
Binary110101101001100010001110111011000011100001000101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69847; }

 p { color: rgb(214,152,71); }

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

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

 a { background-color: rgb(214,152,71); }

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

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

 span { border-color: rgb(214,152,71); }

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