Html Css Color HEX #D9964C Fire Bush

📋 copy color: '#D9964C'

red 217 ◦ green 150 ◦ blue 76

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

Shades of Fire Bush #D9964C

Tints of Fire Bush #D9964C

RGB

 RED value IS 217 (85.16% from 255) = 48.98%

 GREEN value IS 150 (58.98% from 255) = 33.86%

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

R = 48.98%
G = 33.86%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9964C (or 0xD9964C) is known color: Fire Bush. HEX triplet: D9, 96 and 4C. RGB value is (217,150,76). Sum of RGB (Red+Green+Blue) = 217+150+76=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D9964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9964C is #2669B3. Grayscale: #A1A1A1. Windows color (decimal): -2517428 or 5019353. OLE color: 5019353.

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

Color convert

RGB 217 150 76 -
CMYK 0 0.31 0.65 0.15
HSL 31.49º 0.65% 0.57% -
HSV(B) 31.49º 0.65% 0.85% -
XYZ 40.83 37.09 11.84 -
YUV 161.6 79.7 167.52 -
System Red Green Blue C M Y K H S L
Decimal 217 150 76 0 0.31 0.65 0.15 31.49 0.65 0.57
Hex D9 96 4C 0 1F 41 F 1F 41 39
Octal 331 226 114 0 37 101 17 37 101 71
Binary 11011001 10010110 1001100 0 11111 1000001 1111 11111 1000001 111001

Color Harmonies of #D9964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9964C

Black with #D9964C

Text Example


Text Example

White with #D9964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9964C; }

 p { color: rgb(217,150,76); }

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

background-color css

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

 a { background-color: rgb(217,150,76); }

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

border-color css

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

 span { border-color: rgb(217,150,76); }

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