Html Css Color HEX #D9A246 Fire Bush

📋 copy color: '#D9A246'

red 217 ◦ green 162 ◦ blue 70

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

Shades of Fire Bush #D9A246

Tints of Fire Bush #D9A246

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.08%

 BLUE value IS 70 (27.73% from 255) = 15.59%

R = 48.33%
G = 36.08%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D9A246 (or 0xD9A246) is known color: Fire Bush. HEX triplet: D9, A2 and 46. RGB value is (217,162,70). Sum of RGB (Red+Green+Blue) = 217+162+70=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A246 is #265DB9. Grayscale: #A8A8A8. Windows color (decimal): -2514362 or 4629209. OLE color: 4629209.

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

Color convert

RGB 217 162 70 -
CMYK 0 0.25 0.68 0.15
HSL 37.55º 0.66% 0.56% -
HSV(B) 37.55º 0.68% 0.85% -
XYZ 42.64 41.03 11.47 -
YUV 167.96 72.72 162.98 -
System Red Green Blue C M Y K H S L
Decimal 217 162 70 0 0.25 0.68 0.15 37.55 0.66 0.56
Hex D9 A2 46 0 19 44 F 26 42 38
Octal 331 242 106 0 31 104 17 46 102 70
Binary 11011001 10100010 1000110 0 11001 1000100 1111 100110 1000010 111000

Color Harmonies of #D9A246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A246

Black with #D9A246

Text Example


Text Example

White with #D9A246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A246; }

 p { color: rgb(217,162,70); }

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

background-color css

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

 a { background-color: rgb(217,162,70); }

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

border-color css

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

 span { border-color: rgb(217,162,70); }

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