#D5974D

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

Shades of Fire Bush #D5974D

Tints of Fire Bush #D5974D

Color information

#D5974D (or 0xD5974D) is unknown color: approx Fire Bush. HEX triplet: D5, 97 and 4D. RGB value is (213,151,77). Sum of RGB (Red+Green+Blue) = 213+151+77=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5974D is #2A68B2. Grayscale: #A1A1A1. Windows color (decimal): -2779315 or 5085141. OLE color: 5085141.

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

Color convert

RGB21315177-
CMYK00.290.640.16
HSL32.65º61.82%56.86%-
HSV(B)32.65º63.85%83.53%-
XYZ39.8536.8212.03-
YUV161.180.54165.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.30%
GREEN value IS 151 (59.38% from 255) = 34.24%
BLUE value IS 77 (30.47% from 255) = 17.46%
R=48.30%
G=34.24%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131517700.290.640.1632.6561.8256.86
HexD5974D01D4010213e39
Octal32522711503510020417671
Binary11010101100101111001101011101100000010000100001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5974D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5974D; }

 p { color: rgb(213,151,77); }

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

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

 a { background-color: rgb(213,151,77); }

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

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

 span { border-color: rgb(213,151,77); }

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