#D99A3A

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

Shades of Fire Bush #D99A3A

Tints of Fire Bush #D99A3A

Color information

#D99A3A (or 0xD99A3A) is unknown color: approx Fire Bush. HEX triplet: D9, 9A and 3A. RGB value is (217,154,58). Sum of RGB (Red+Green+Blue) = 217+154+58=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99A3A is #2665C5. Grayscale: #A2A2A2. Windows color (decimal): -2516422 or 3840729. OLE color: 3840729.

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

Color convert

RGB21715458-
CMYK00.290.730.15
HSL36.23º67.66%53.92%-
HSV(B)36.23º73.27%85.1%-
XYZ40.9338.179.21-
YUV161.8969.37167.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.58%
GREEN value IS 154 (60.55% from 255) = 35.90%
BLUE value IS 58 (23.05% from 255) = 13.52%
R=50.58%
G=35.90%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171545800.290.730.1536.2367.6653.92
HexD99A3A01D49F244436
Octal33123272035111174410466
Binary1101100110011010111010011101100100111111001001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A3A; }

 p { color: rgb(217,154,58); }

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

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

 a { background-color: rgb(217,154,58); }

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

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

 span { border-color: rgb(217,154,58); }

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