Html Css Color HEX #D4A248 Fire Bush

📋 copy color: '#D4A248'

red 212 ◦ green 162 ◦ blue 72

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

Shades of Fire Bush #D4A248

Tints of Fire Bush #D4A248

RGB

 RED value IS 212 (83.2% from 255) = 47.53%

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

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

R = 47.53%
G = 36.32%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D4A248 (or 0xD4A248) is known color: Fire Bush. HEX triplet: D4, A2 and 48. RGB value is (212,162,72). Sum of RGB (Red+Green+Blue) = 212+162+72=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 72 (28.52% from 255 or 16.14% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A248 is #2B5DB7. Grayscale: #A7A7A7. Windows color (decimal): -2842040 or 4760276. OLE color: 4760276.

HSL color Cylindrical-coordinate representation of color #D4A248: hue angle of 38.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4A248 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 162 72 -
CMYK 0 0.24 0.66 0.17
HSL 38.57º 0.62% 0.56% -
HSV(B) 38.57º 0.66% 0.83% -
XYZ 41.24 40.31 11.74 -
YUV 166.69 74.57 160.32 -
System Red Green Blue C M Y K H S L
Decimal 212 162 72 0 0.24 0.66 0.17 38.57 0.62 0.56
Hex D4 A2 48 0 18 42 11 27 3E 38
Octal 324 242 110 0 30 102 21 47 76 70
Binary 11010100 10100010 1001000 0 11000 1000010 10001 100111 111110 111000

Color Harmonies of #D4A248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A248

Black with #D4A248

Text Example


Text Example

White with #D4A248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A248; }

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

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

background-color css

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

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

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

border-color css

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

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

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