#D9993D

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

Shades of Fire Bush #D9993D

Tints of Fire Bush #D9993D

Color information

#D9993D (or 0xD9993D) is unknown color: approx Fire Bush. HEX triplet: D9, 99 and 3D. RGB value is (217,153,61). Sum of RGB (Red+Green+Blue) = 217+153+61=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9993D is #2666C2. Grayscale: #A2A2A2. Windows color (decimal): -2516675 or 4037081. OLE color: 4037081.

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

Color convert

RGB21715361-
CMYK00.290.720.15
HSL35.38º67.24%54.51%-
HSV(B)35.38º71.89%85.1%-
XYZ40.8537.879.57-
YUV161.6571.2167.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.35%
GREEN value IS 153 (60.16% from 255) = 35.50%
BLUE value IS 61 (24.22% from 255) = 14.15%
R=50.35%
G=35.50%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171536100.290.720.1535.3867.2454.51
HexD9993D01D48F234337
Octal33123175035110174310367
Binary1101100110011001111101011101100100011111000111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9993D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9993D; }

 p { color: rgb(217,153,61); }

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

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

 a { background-color: rgb(217,153,61); }

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

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

 span { border-color: rgb(217,153,61); }

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