Html Css Color HEX #D9A248 Fire Bush

📋 copy color: '#D9A248'

red 217 ◦ green 162 ◦ blue 72

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

Shades of Fire Bush #D9A248

Tints of Fire Bush #D9A248

RGB

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

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

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

R = 48.12%
G = 35.92%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D9A248 (or 0xD9A248) is known color: Fire Bush. HEX triplet: D9, A2 and 48. RGB value is (217,162,72). Sum of RGB (Red+Green+Blue) = 217+162+72=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 72 (28.52% from 255 or 15.96% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A248 is #265DB7. Grayscale: #A8A8A8. Windows color (decimal): -2514360 or 4760281. OLE color: 4760281.

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

Color convert

RGB 217 162 72 -
CMYK 0 0.25 0.67 0.15
HSL 37.24º 0.66% 0.57% -
HSV(B) 37.24º 0.67% 0.85% -
XYZ 42.71 41.06 11.81 -
YUV 168.19 73.72 162.82 -
System Red Green Blue C M Y K H S L
Decimal 217 162 72 0 0.25 0.67 0.15 37.24 0.66 0.57
Hex D9 A2 48 0 19 43 F 25 42 39
Octal 331 242 110 0 31 103 17 45 102 71
Binary 11011001 10100010 1001000 0 11001 1000011 1111 100101 1000010 111001

Color Harmonies of #D9A248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A248

Black with #D9A248

Text Example


Text Example

White with #D9A248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A248; }

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

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

background-color css

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

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

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

border-color css

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

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

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