Html Css Color HEX #D4994A Fire Bush

📋 copy color: '#D4994A'

red 212 ◦ green 153 ◦ blue 74

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

Shades of Fire Bush #D4994A

Tints of Fire Bush #D4994A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.85%

 BLUE value IS 74 (29.3% from 255) = 16.86%

R = 48.29%
G = 34.85%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4994A (or 0xD4994A) is known color: Fire Bush. HEX triplet: D4, 99 and 4A. RGB value is (212,153,74). Sum of RGB (Red+Green+Blue) = 212+153+74=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D4994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4994A is #2B66B5. Grayscale: #A2A2A2. Windows color (decimal): -2844342 or 4889044. OLE color: 4889044.

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

Color convert

RGB 212 153 74 -
CMYK 0 0.28 0.65 0.17
HSL 34.35º 0.62% 0.56% -
HSV(B) 34.35º 0.65% 0.83% -
XYZ 39.78 37.27 11.58 -
YUV 161.64 78.55 163.92 -
System Red Green Blue C M Y K H S L
Decimal 212 153 74 0 0.28 0.65 0.17 34.35 0.62 0.56
Hex D4 99 4A 0 1C 41 11 22 3E 38
Octal 324 231 112 0 34 101 21 42 76 70
Binary 11010100 10011001 1001010 0 11100 1000001 10001 100010 111110 111000

Color Harmonies of #D4994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4994A

Black with #D4994A

Text Example


Text Example

White with #D4994A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4994A; }

 p { color: rgb(212,153,74); }

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

background-color css

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

 a { background-color: rgb(212,153,74); }

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

border-color css

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

 span { border-color: rgb(212,153,74); }

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