Html Css Color HEX #D0994A Fire Bush

📋 copy color: '#D0994A'

red 208 ◦ green 153 ◦ blue 74

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

Shades of Fire Bush #D0994A

Tints of Fire Bush #D0994A

RGB

 RED value IS 208 (81.64% from 255) = 47.82%

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

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

R = 47.82%
G = 35.17%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0994A (or 0xD0994A) is known color: Fire Bush. HEX triplet: D0, 99 and 4A. RGB value is (208,153,74). Sum of RGB (Red+Green+Blue) = 208+153+74=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0994A is #2F66B5. Grayscale: #A0A0A0. Windows color (decimal): -3106486 or 4889040. OLE color: 4889040.

HSL color Cylindrical-coordinate representation of color #D0994A: hue angle of 35.37º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0994A is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 153 74 -
CMYK 0 0.26 0.64 0.18
HSL 35.37º 0.59% 0.55% -
HSV(B) 35.37º 0.64% 0.82% -
XYZ 38.64 36.69 11.52 -
YUV 160.44 79.22 161.92 -
System Red Green Blue C M Y K H S L
Decimal 208 153 74 0 0.26 0.64 0.18 35.37 0.59 0.55
Hex D0 99 4A 0 1A 40 12 23 3B 37
Octal 320 231 112 0 32 100 22 43 73 67
Binary 11010000 10011001 1001010 0 11010 1000000 10010 100011 111011 110111

Color Harmonies of #D0994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0994A

Black with #D0994A

Text Example


Text Example

White with #D0994A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0994A; }

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

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

background-color css

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

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

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

border-color css

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

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

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