Html Css Color HEX #D4963F Fire Bush

📋 copy color: '#D4963F'

red 212 ◦ green 150 ◦ blue 63

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

Shades of Fire Bush #D4963F

Tints of Fire Bush #D4963F

RGB

 RED value IS 212 (83.2% from 255) = 49.88%

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

 BLUE value IS 63 (25% from 255) = 14.82%

R = 49.88%
G = 35.29%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D4963F (or 0xD4963F) is known color: Fire Bush. HEX triplet: D4, 96 and 3F. RGB value is (212,150,63). Sum of RGB (Red+Green+Blue) = 212+150+63=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D4963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4963F is #2B69C0. Grayscale: #9F9F9F. Windows color (decimal): -2845121 or 4167380. OLE color: 4167380.

HSL color Cylindrical-coordinate representation of color #D4963F: hue angle of 35.03º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4963F is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 150 63 -
CMYK 0 0.29 0.70 0.17
HSL 35.03º 0.63% 0.54% -
HSV(B) 35.03º 0.7% 0.83% -
XYZ 38.95 36.17 9.63 -
YUV 158.62 74.04 166.07 -
System Red Green Blue C M Y K H S L
Decimal 212 150 63 0 0.29 0.70 0.17 35.03 0.63 0.54
Hex D4 96 3F 0 1D 46 11 23 3F 36
Octal 324 226 77 0 35 106 21 43 77 66
Binary 11010100 10010110 111111 0 11101 1000110 10001 100011 111111 110110

Color Harmonies of #D4963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4963F

Black with #D4963F

Text Example


Text Example

White with #D4963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4963F; }

 p { color: rgb(212,150,63); }

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

background-color css

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

 a { background-color: rgb(212,150,63); }

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

border-color css

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

 span { border-color: rgb(212,150,63); }

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