Html Css Color HEX #D6994A Fire Bush

📋 copy color: '#D6994A'

red 214 ◦ green 153 ◦ blue 74

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

Shades of Fire Bush #D6994A

Tints of Fire Bush #D6994A

RGB

 RED value IS 214 (83.98% from 255) = 48.53%

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

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

R = 48.53%
G = 34.69%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6994A (or 0xD6994A) is known color: Fire Bush. HEX triplet: D6, 99 and 4A. RGB value is (214,153,74). Sum of RGB (Red+Green+Blue) = 214+153+74=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6994A is #2966B5. Grayscale: #A2A2A2. Windows color (decimal): -2713270 or 4889046. OLE color: 4889046.

HSL color Cylindrical-coordinate representation of color #D6994A: hue angle of 33.86º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6994A is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 153 74 -
CMYK 0 0.29 0.65 0.16
HSL 33.86º 0.63% 0.56% -
HSV(B) 33.86º 0.65% 0.84% -
XYZ 40.36 37.57 11.6 -
YUV 162.23 78.21 164.92 -
System Red Green Blue C M Y K H S L
Decimal 214 153 74 0 0.29 0.65 0.16 33.86 0.63 0.56
Hex D6 99 4A 0 1D 41 10 22 3F 38
Octal 326 231 112 0 35 101 20 42 77 70
Binary 11010110 10011001 1001010 0 11101 1000001 10000 100010 111111 111000

Color Harmonies of #D6994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6994A

Black with #D6994A

Text Example


Text Example

White with #D6994A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6994A; }

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

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

background-color css

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

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

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

border-color css

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

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

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