#DA9D4B

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

Shades of Fire Bush #DA9D4B

Tints of Fire Bush #DA9D4B

Color information

#DA9D4B (or 0xDA9D4B) is unknown color: approx Fire Bush. HEX triplet: DA, 9D and 4B. RGB value is (218,157,75). Sum of RGB (Red+Green+Blue) = 218+157+75=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 75 (29.69% from 255 or 16.67% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9D4B is #2562B4. Grayscale: #A6A6A6. Windows color (decimal): -2450101 or 4955610. OLE color: 4955610.

HSL color Cylindrical-coordinate representation of color #DA9D4B: hue angle of 34.41º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA9D4B is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB21815775-
CMYK00.280.660.15
HSL34.41º65.9%57.45%-
HSV(B)34.41º65.6%85.49%-
XYZ42.2439.5312.06-
YUV165.8976.71165.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.44%
GREEN value IS 157 (61.72% from 255) = 34.89%
BLUE value IS 75 (29.69% from 255) = 16.67%
R=48.44%
G=34.89%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181577500.280.660.1534.4165.957.45
HexDA9D4B01C42F224239
Octal332235113034102174210271
Binary11011010100111011001011011100100001011111000101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9D4B; }

 p { color: rgb(218,157,75); }

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

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

 a { background-color: rgb(218,157,75); }

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

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

 span { border-color: rgb(218,157,75); }

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