Html Css Color HEX #D9A048 Fire Bush

📋 copy color: '#D9A048'

red 217 ◦ green 160 ◦ blue 72

#D9A048
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Bush #D9A048

Tints of Fire Bush #D9A048

RGB

 RED value IS 217 (85.16% from 255) = 48.33%

 GREEN value IS 160 (62.89% from 255) = 35.63%

 BLUE value IS 72 (28.52% from 255) = 16.04%

R = 48.33%
G = 35.63%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D9A048 (or 0xD9A048) is known color: Fire Bush. HEX triplet: D9, A0 and 48. RGB value is (217,160,72). Sum of RGB (Red+Green+Blue) = 217+160+72=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A048 is #265FB7. Grayscale: #A7A7A7. Windows color (decimal): -2514872 or 4759769. OLE color: 4759769.

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

Color convert

RGB 217 160 72 -
CMYK 0 0.26 0.67 0.15
HSL 36.41º 0.66% 0.57% -
HSV(B) 36.41º 0.67% 0.85% -
XYZ 42.36 40.36 11.69 -
YUV 167.01 74.38 163.66 -
System Red Green Blue C M Y K H S L
Decimal 217 160 72 0 0.26 0.67 0.15 36.41 0.66 0.57
Hex D9 A0 48 0 1A 43 F 24 42 39
Octal 331 240 110 0 32 103 17 44 102 71
Binary 11011001 10100000 1001000 0 11010 1000011 1111 100100 1000010 111001

Color Harmonies of #D9A048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A048

Black with #D9A048

Text Example


Text Example

White with #D9A048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A048; }

 p { color: rgb(217,160,72); }

 H1.HeaderClassName
 {
   color: #D9A048;
 }
 .AnyTagClassName
 {
   color: #D9A048;
 }
</style>

background-color css

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

 a { background-color: rgb(217,160,72); }

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

border-color css

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

 span { border-color: rgb(217,160,72); }

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