Html Css Color HEX #D6994C Fire Bush

📋 copy color: '#D6994C'

red 214 ◦ green 153 ◦ blue 76

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

Shades of Fire Bush #D6994C

Tints of Fire Bush #D6994C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.16%

R = 48.31%
G = 34.54%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6994C (or 0xD6994C) is known color: Fire Bush. HEX triplet: D6, 99 and 4C. RGB value is (214,153,76). Sum of RGB (Red+Green+Blue) = 214+153+76=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6994C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6994C is #2966B3. Grayscale: #A2A2A2. Windows color (decimal): -2713268 or 5020118. OLE color: 5020118.

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

Color convert

RGB 214 153 76 -
CMYK 0 0.29 0.64 0.16
HSL 33.48º 0.63% 0.57% -
HSV(B) 33.48º 0.64% 0.84% -
XYZ 40.43 37.6 11.96 -
YUV 162.46 79.21 164.76 -
System Red Green Blue C M Y K H S L
Decimal 214 153 76 0 0.29 0.64 0.16 33.48 0.63 0.57
Hex D6 99 4C 0 1D 40 10 21 3F 39
Octal 326 231 114 0 35 100 20 41 77 71
Binary 11010110 10011001 1001100 0 11101 1000000 10000 100001 111111 111001

Color Harmonies of #D6994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6994C

Black with #D6994C

Text Example


Text Example

White with #D6994C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6994C; }

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

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

background-color css

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

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

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

border-color css

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

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

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