Html Css Color HEX #D9A348 Fire Bush

📋 copy color: '#D9A348'

red 217 ◦ green 163 ◦ blue 72

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

Shades of Fire Bush #D9A348

Tints of Fire Bush #D9A348

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.06%

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

R = 48.01%
G = 36.06%
B = 15.93%

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

#D9A348 (or 0xD9A348) is known color: Fire Bush. HEX triplet: D9, A3 and 48. RGB value is (217,163,72). Sum of RGB (Red+Green+Blue) = 217+163+72=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A348 is #265CB7. Grayscale: #A9A9A9. Windows color (decimal): -2514104 or 4760537. OLE color: 4760537.

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

Color convert

RGB 217 163 72 -
CMYK 0 0.25 0.67 0.15
HSL 37.66º 0.66% 0.57% -
HSV(B) 37.66º 0.67% 0.85% -
XYZ 42.88 41.41 11.86 -
YUV 168.77 73.39 162.4 -
System Red Green Blue C M Y K H S L
Decimal 217 163 72 0 0.25 0.67 0.15 37.66 0.66 0.57
Hex D9 A3 48 0 19 43 F 26 42 39
Octal 331 243 110 0 31 103 17 46 102 71
Binary 11011001 10100011 1001000 0 11001 1000011 1111 100110 1000010 111001

Color Harmonies of #D9A348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A348

Black with #D9A348

Text Example


Text Example

White with #D9A348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A348; }

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

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

background-color css

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

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

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

border-color css

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

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

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