Html Css Color HEX #D9963C Fire Bush

📋 copy color: '#D9963C'

red 217 ◦ green 150 ◦ blue 60

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

Shades of Fire Bush #D9963C

Tints of Fire Bush #D9963C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.05%

R = 50.82%
G = 35.13%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9963C (or 0xD9963C) is known color: Fire Bush. HEX triplet: D9, 96 and 3C. RGB value is (217,150,60). Sum of RGB (Red+Green+Blue) = 217+150+60=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9963C is #2669C3. Grayscale: #A0A0A0. Windows color (decimal): -2517444 or 3970777. OLE color: 3970777.

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

Color convert

RGB 217 150 60 -
CMYK 0 0.31 0.72 0.15
HSL 34.39º 0.67% 0.54% -
HSV(B) 34.39º 0.72% 0.85% -
XYZ 40.34 36.89 9.27 -
YUV 159.77 71.7 168.82 -
System Red Green Blue C M Y K H S L
Decimal 217 150 60 0 0.31 0.72 0.15 34.39 0.67 0.54
Hex D9 96 3C 0 1F 48 F 22 43 36
Octal 331 226 74 0 37 110 17 42 103 66
Binary 11011001 10010110 111100 0 11111 1001000 1111 100010 1000011 110110

Color Harmonies of #D9963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9963C

Black with #D9963C

Text Example


Text Example

White with #D9963C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9963C; }

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

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

background-color css

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

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

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

border-color css

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

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

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