Html Css Color HEX #DA994D Fire Bush

📋 copy color: '#DA994D'

red 218 ◦ green 153 ◦ blue 77

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

Shades of Fire Bush #DA994D

Tints of Fire Bush #DA994D

RGB

 RED value IS 218 (85.55% from 255) = 48.66%

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

 BLUE value IS 77 (30.47% from 255) = 17.19%

R = 48.66%
G = 34.15%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA994D (or 0xDA994D) is known color: Fire Bush. HEX triplet: DA, 99 and 4D. RGB value is (218,153,77). Sum of RGB (Red+Green+Blue) = 218+153+77=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA994D is #2566B2. Grayscale: #A4A4A4. Windows color (decimal): -2451123 or 5085658. OLE color: 5085658.

HSL color Cylindrical-coordinate representation of color #DA994D: hue angle of 32.34º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA994D is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 153 77 -
CMYK 0 0.30 0.65 0.15
HSL 32.34º 0.66% 0.58% -
HSV(B) 32.34º 0.65% 0.85% -
XYZ 41.64 38.22 12.2 -
YUV 163.77 79.03 166.68 -
System Red Green Blue C M Y K H S L
Decimal 218 153 77 0 0.30 0.65 0.15 32.34 0.66 0.58
Hex DA 99 4D 0 1E 41 F 20 42 3A
Octal 332 231 115 0 36 101 17 40 102 72
Binary 11011010 10011001 1001101 0 11110 1000001 1111 100000 1000010 111010

Color Harmonies of #DA994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA994D

Black with #DA994D

Text Example


Text Example

White with #DA994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA994D; }

 p { color: rgb(218,153,77); }

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

background-color css

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

 a { background-color: rgb(218,153,77); }

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

border-color css

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

 span { border-color: rgb(218,153,77); }

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