#D9933D

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

Shades of Fire Bush #D9933D

Tints of Fire Bush #D9933D

Color information

#D9933D (or 0xD9933D) is unknown color: approx Fire Bush. HEX triplet: D9, 93 and 3D. RGB value is (217,147,61). Sum of RGB (Red+Green+Blue) = 217+147+61=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9933D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9933D is #266CC2. Grayscale: #9E9E9E. Windows color (decimal): -2518211 or 4035545. OLE color: 4035545.

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

Color convert

RGB21714761-
CMYK00.320.720.15
HSL33.08º67.24%54.51%-
HSV(B)33.08º71.89%85.1%-
XYZ39.8935.969.25-
YUV158.1373.19169.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.06%
GREEN value IS 147 (57.81% from 255) = 34.59%
BLUE value IS 61 (24.22% from 255) = 14.35%
R=51.06%
G=34.59%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171476100.320.720.1533.0867.2454.51
HexD9933D02048F214337
Octal33122375040110174110367
Binary11011001100100111111010100000100100011111000011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9933D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9933D; }

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

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

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

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

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

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

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

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