Html Css Color HEX #D9964B Fire Bush

📋 copy color: '#D9964B'

red 217 ◦ green 150 ◦ blue 75

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

Shades of Fire Bush #D9964B

Tints of Fire Bush #D9964B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.97%

R = 49.1%
G = 33.94%
B = 16.97%

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

#D9964B (or 0xD9964B) is known color: Fire Bush. HEX triplet: D9, 96 and 4B. RGB value is (217,150,75). Sum of RGB (Red+Green+Blue) = 217+150+75=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9964B is #2669B4. Grayscale: #A1A1A1. Windows color (decimal): -2517429 or 4953817. OLE color: 4953817.

HSL color Cylindrical-coordinate representation of color #D9964B: hue angle of 31.69º 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 #D9964B is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 150 75 -
CMYK 0 0.31 0.65 0.15
HSL 31.69º 0.65% 0.57% -
HSV(B) 31.69º 0.65% 0.85% -
XYZ 40.79 37.07 11.66 -
YUV 161.48 79.2 167.6 -
System Red Green Blue C M Y K H S L
Decimal 217 150 75 0 0.31 0.65 0.15 31.69 0.65 0.57
Hex D9 96 4B 0 1F 41 F 20 41 39
Octal 331 226 113 0 37 101 17 40 101 71
Binary 11011001 10010110 1001011 0 11111 1000001 1111 100000 1000001 111001

Color Harmonies of #D9964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9964B

Black with #D9964B

Text Example


Text Example

White with #D9964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9964B; }

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

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

background-color css

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

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

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

border-color css

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

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

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